summaryrefslogtreecommitdiffstats
path: root/libcxx/src/random.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek2017-12-011-2/+27
* random: include __config before buildingSaleem Abdulrasool2016-12-311-0/+2
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-35/+60
* libc++: remove unused variable in random_device::operator()()JF Bastien2015-02-041-1/+0
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-6/+43
* [libc++] Don't return uninitialized data from random_device::operator()David Majnemer2014-06-031-1/+16
* [libc++] random_device fails if open returns zeroDavid Majnemer2014-06-031-1/+1
* G M suggestion: conditionally include files on _WIN32.Yaron Keren2013-11-181-0/+2
* patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow2013-10-091-0/+26
* noexcept applied to <random>.Howard Hinnant2012-07-201-1/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-0/+3
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-1/+0
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+46
OpenPOWER on IntegriCloud