summaryrefslogtreecommitdiff
path: root/libcxx/include/__random/discrete_distribution.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-25[libc++] Granularize <vector> (#99705)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-22[libc++] Support int8_t and uint8_t in integer distributions as an extensionLouis Dionne
2022-03-02[libc++] Explicitly reject URNG types with signed result_types.Arthur O'Dwyer
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-28[libc++] Explicitly reject `uniform_int_distribution<bool>` and `<char>`.Arthur O'Dwyer
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
2021-11-22[libc++] Granularize the <random> header. NFCI.Arthur O'Dwyer