summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/numerics/rand
Commit message (Expand)AuthorAgeFilesLines
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-261-0/+3
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier2016-06-229-2455/+2686
* Improve portability of random_device tests. Patch from STL@microsoft.comEric Fiselier2016-06-152-2/+6
* Rename variables to prevent shadowing. Patch from STL@microsoft.comEric Fiselier2016-06-1432-372/+372
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-1/+1
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-222-0/+2
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-102-0/+2
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-6/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-20495-0/+25941
OpenPOWER on IntegriCloud