summaryrefslogtreecommitdiff
path: root/libcxx/src/random.cpp
AgeCommit message (Expand)Author
2025-07-18Remove last few bits for Native Client support (#148983)Brad Smith
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-05-12[libc++] Fix missing #includes (#130536)Matt
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)Nikolas Klauser
2024-04-09[libc++] Avoids using ENODATA. (#86165)Mark de Wever
2024-03-21[libc++] Deprecates std::errc constants. (#80542)Mark de Wever
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-05-05[libc++] Remove Solaris related codeLouis Dionne
2023-04-09[libc++] Granularize system_error.Mark de Wever
2022-03-28[libcxx] random_device, specify optimal entropy properties for all OS's using...Brad Smith
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2022-01-12[libc++] Start using `arc4random()` to implement `std::random_device` on AppleLouis Dionne
2022-01-04[libcxx] Use Fuchsia-native CPRNG for std::random_deviceRoland McGrath
2021-12-21[libc++][NFC] Reformatting in random_device.h and random.cppLouis Dionne
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2021-01-25[libcxx] random_device, for OpenBSD specify optimal entropy propertiesBrad Smith
2021-01-21[libc++] Use ioctl when available to get random_device entropy.Marek Kurdej
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek
2016-12-31random: include __config before buildingSaleem Abdulrasool
2015-03-10Add support for arc4random() to random_device.Ed Schouten
2015-02-04libc++: remove unused variable in random_device::operator()()JF Bastien
2014-12-01libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien
2014-06-03[libc++] Don't return uninitialized data from random_device::operator()David Majnemer
2014-06-03[libc++] random_device fails if open returns zeroDavid Majnemer
2013-11-18G M suggestion: conditionally include files on _WIN32.Yaron Keren
2013-10-09patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow
2012-07-20noexcept applied to <random>.Howard Hinnant
2012-02-29Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant