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.
libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin
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
..
assign.pass.cpp
copy.pass.cpp
ctor_int_double.pass.cpp
ctor_param.pass.cpp
eq.pass.cpp
eval.pass.cpp 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
eval_param.pass.cpp
get_param.pass.cpp
io.pass.cpp
max.pass.cpp
min.pass.cpp
param_assign.pass.cpp
param_copy.pass.cpp
param_ctor.pass.cpp
param_eq.pass.cpp
param_types.pass.cpp
set_param.pass.cpp
types.pass.cpp