summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2018-705/+0
| | | | llvm-svn: 224658
* license changeHoward Hinnant2010-11-1618-36/+36
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+1
| | | | llvm-svn: 111762
* [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵Howard Hinnant2010-05-202-16/+16
| | | | | | distributions llvm-svn: 104224
* Beefed up the tests for all of the distributions to include checks against ↵Howard Hinnant2010-05-162-4/+68
| | | | | | the expected skewness and kurtosis llvm-svn: 103910
* Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better ↵Howard Hinnant2010-05-152-18/+92
| | | | | | algorithms llvm-svn: 103886
* [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-1118-18/+18
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1118-0/+567
llvm-svn: 103490
OpenPOWER on IntegriCloud