This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0d7d09f804c92d7a9f5ffe94de3520f2d40357ea
clang-p2996
/
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
…
nothing_to_do.pass.cpp
…