summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/rand/rand.dis/rand.dist.bern
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2073-3803/+0
| | | | llvm-svn: 224658
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-116-0/+12
| | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032
* Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure ↵Marshall Clow2014-09-171-0/+11
| | | | | | that signed and unsigned verstions produce the same sequence. llvm-svn: 217976
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's ↵Howard Hinnant2013-03-231-25/+65
| | | | | | 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. llvm-svn: 177826
* license changeHoward Hinnant2010-11-1673-146/+146
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-224-4/+4
| | | | llvm-svn: 111762
* [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵Howard Hinnant2010-05-208-119/+119
| | | | | | distributions llvm-svn: 104224
* [rand.dist.bern.geo]Howard Hinnant2010-05-1718-0/+941
| | | | llvm-svn: 103937
* [rand.dist.bern.negbin]Howard Hinnant2010-05-1719-2/+965
| | | | llvm-svn: 103916
* Beefed up the tests for all of the distributions to include checks against ↵Howard Hinnant2010-05-164-41/+357
| | | | | | the expected skewness and kurtosis llvm-svn: 103910
* Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better ↵Howard Hinnant2010-05-154-81/+348
| | | | | | algorithms llvm-svn: 103886
* [rand.dist.pois.exp]Howard Hinnant2010-05-121-2/+0
| | | | llvm-svn: 103621
* tests for [rand.dist.bern.bin]Howard Hinnant2010-05-1218-0/+676
| | | | llvm-svn: 103612
* [rand.dist.bern.bin]. The evaluation function for this binomial ↵Howard Hinnant2010-05-111-1/+1
| | | | | | distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded. llvm-svn: 103524
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1119-19/+19
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1119-0/+579
llvm-svn: 103490
OpenPOWER on IntegriCloud