You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/numerics/rand/rand.dis
Howard Hinnant ae7bf9daac 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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177826 91177308-0d34-0410-b5e6-96231b3b80d8
13 years ago
..
rand.dist.bern 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. 13 years ago
rand.dist.norm license change 15 years ago
rand.dist.pois license change 15 years ago
rand.dist.samp Fix bug in test; found by AddressSanitizer 13 years ago
rand.dist.uni license change 15 years ago
nothing_to_do.pass.cpp license change 15 years ago