summaryrefslogtreecommitdiff
path: root/libcxx/include/__random/uniform_random_bit_generator.h
AgeCommit message (Expand)Author
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-02-13[libc++] Granularize <type_traits> includes in <algorithm>Nikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-02-02[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d...Arthur O'Dwyer
2021-11-22[libc++] Granularize the <random> header. NFCI.Arthur O'Dwyer