This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
numerics
/
rand
History
Howard Hinnant
849821cffb
Fix a couple of bugs in linear_congruential_engine::seed. Regression test added.
...
llvm-svn: 182421
2013-05-21 21:05:12 +00:00
..
rand.adapt
Zhang Xiongpang: Add definitions for const data members. Fixes
http://llvm.org/bugs/show_bug.cgi?id=14585
.
2012-12-12 21:14:28 +00:00
rand.device
…
rand.dis
Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomial_distribution test. This eliminates the divide-by-zeros and describes in comments the numerical difficulties the test is having. Each of the problematic tests are exploring edge cases of the distribution.
2013-03-23 19:29:45 +00:00
rand.eng
Fix a couple of bugs in linear_congruential_engine::seed. Regression test added.
2013-05-21 21:05:12 +00:00
rand.predef
…
rand.req
…
rand.synopsis
…
rand.util
Fixed PR10574:
http://llvm.org/bugs/show_bug.cgi?id=10574
2011-08-12 21:56:02 +00:00
nothing_to_do.pass.cpp
…