summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/rand
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20495-25941/+0
* Mark a bunch of long running tests as 'REQUIRES: long_tests'Jonathan Roelofs2014-12-1136-0/+72
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-30/+66
* Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...Marshall Clow2014-09-171-0/+11
* [libc++] Don't return uninitialized data from random_device::operator()David Majnemer2014-06-031-2/+14
* [libc++] random_device fails if open returns zeroDavid Majnemer2014-06-031-0/+11
* Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant2013-05-211-0/+8
* Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...Howard Hinnant2013-03-231-25/+65
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-125-0/+60
* Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant2012-04-024-12/+20
* Fix test for default constructor of discrete_distribution. This partially ad...Howard Hinnant2012-04-021-6/+3
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-1211-17/+26
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2011-04-112-2/+2
* license changeHoward Hinnant2010-11-16495-990/+990
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-047-14/+14
* Fixing whitespace problemsHoward Hinnant2010-08-2233-43/+37
* Implemented some adaptor constructors which I had missed.Howard Hinnant2010-05-286-0/+181
* [rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant2010-05-2524-0/+1505
* [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant2010-05-2055-388/+2221
* [rand.dist.samp.discrete]Howard Hinnant2010-05-1924-0/+1326
* [rand.dist.norm.t]Howard Hinnant2010-05-1818-0/+797
* [rand.dist.norm.f]Howard Hinnant2010-05-1818-0/+745
* Better cauchy testsHoward Hinnant2010-05-182-19/+118
* [rand.dist.norm.cauchy]. I'm having trouble testing the output as all statis...Howard Hinnant2010-05-1718-0/+595
* [rand.dist.norm.lognormal]Howard Hinnant2010-05-1718-0/+1024
* [rand.dist.pois.extreme]Howard Hinnant2010-05-1718-0/+914
* [rand.dist.bern.geo]Howard Hinnant2010-05-1718-0/+941
* [rand.dist.bern.negbin]Howard Hinnant2010-05-1720-4/+965
* Beefed up the tests for all of the distributions to include checks against th...Howard Hinnant2010-05-1621-294/+2181
* [rand.dist.pois.weibull]Howard Hinnant2010-05-1618-0/+727
* [rand.dist.norm.chisq]Howard Hinnant2010-05-1521-0/+743
* Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algor...Howard Hinnant2010-05-156-83/+350
* [rand.dist.pois.poisson]Howard Hinnant2010-05-1418-0/+698
* [rand.dist.pois.gamma]Howard Hinnant2010-05-1418-0/+727
* partial [rand.dist.pois.gamma]Howard Hinnant2010-05-131-2/+2
* [rand.dist.norm.normal]Howard Hinnant2010-05-1218-0/+641
* [rand.dist.pois.exp]Howard Hinnant2010-05-1219-2/+621
* tests for [rand.dist.bern.bin]Howard Hinnant2010-05-1218-0/+676
* [rand.dist.bern.bin]. The evaluation function for this binomial distribution...Howard Hinnant2010-05-111-1/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-11162-162/+162
* libcxx initial importHoward Hinnant2010-05-11162-0/+7781
OpenPOWER on IntegriCloud