aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__random
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne35-4701/+4139
2023-12-07[libc++] Add floating point type check for uniform real distribution (#70564)Nhat Nguyen14-0/+56
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne20-71/+71
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne28-472/+472
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7772-2/+3
2023-08-18[libc++][NFC] Refactor enable_ifs in defaulted arguments to defaulted templat...Nikolas Klauser6-21/+15
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser6-84/+28
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-2/+3
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2023-05-15[libc++] Removes _LIBCPP_ABI_OLD_LOGNORMAL_DISTRIBUTIONMark de Wever1-138/+0
2023-04-19[libc++] Adds missing includes.Mark de Wever1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser21-67/+81
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser10-9/+18
2023-02-17[libc++] Granularize <bit> includesNikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-02-13[libc++] Granularize <type_traits> includes in <algorithm>Nikolas Klauser4-4/+10
2023-02-11[libc++] Enable radability-identifier-naming for local variables and fix any ...Nikolas Klauser9-70/+70
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser1-1/+1
2023-01-08[libc++] Granularize <bit> and remove <__bits>Nikolas Klauser1-1/+0
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser2-4/+4
2022-11-18[libc++] Use numeric_limits instead of raw INT_MAXLouis Dionne1-2/+4
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser3-20/+9
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser2-2/+2
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser2-36/+36
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser26-60/+64
2022-07-22[libc++] Support int8_t and uint8_t in integer distributions as an extensionLouis Dionne7-9/+16
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser2-20/+20
2022-05-24[libc++] Replace modulus operations in std::seed_seq::generate with condition...Laramie Leavitt1-25/+49
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne1-2/+2
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser1-2/+2
2022-03-02[libc++] Explicitly reject URNG types with signed result_types.Arthur O'Dwyer17-1/+41
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne36-36/+0
2022-02-28[libc++] Explicitly reject `uniform_int_distribution<bool>` and `<char>`.Arthur O'Dwyer7-1/+58
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella36-0/+36
2022-02-15[libc++] Guard warning pragmasNikolas Klauser1-7/+3
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer36-36/+36
2022-02-02[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d...Arthur O'Dwyer1-2/+2
2022-01-24[libc++] Fix LWG3422 "Issues of seed_seq's constructors"Arthur O'Dwyer1-13/+18
2022-01-17[libc++] [ABI BREAK] Conform lognormal_distribution::param_type.Arthur O'Dwyer1-0/+136
2022-01-12[libc++] Start using `arc4random()` to implement `std::random_device` on AppleLouis Dionne1-0/+19
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer2-2/+2
2021-12-21[libc++] Partially revert 346ef5e5879eLouis Dionne1-44/+0
2021-12-21[libc++][NFC] Improve documentation of the various random_device implementationsLouis Dionne1-0/+44
2021-12-21[libc++][NFC] Reformatting in random_device.h and random.cppLouis Dionne1-1/+1
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser2-8/+4
2021-12-08[libc++] Extract __clamp_to_integral to its own headerLouis Dionne2-0/+61
2021-12-01[libc++] Fix `uniform_int_distribution` for 128-bit result typeFabian Wolff2-10/+36
2021-11-22[libc++] Granularize the <random> header. NFCI.Arthur O'Dwyer35-28/+6306
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne1-0/+316