aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/uniform_int_dist.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-28libstdc++: Improve doxygen docs for <random>Jonathan Wakely1-0/+11
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-16libstdc++: Use __extension__ instead of diagnostic pragmasJonathan Wakely1-4/+2
2021-07-16libstdc++: Suppress pedantic warnings about __int128Jonathan Wakely1-0/+3
2021-03-10libstdc++: Fix headers that can't be used as header units [PR 99413]Jonathan Wakely1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-09libstdc++: Improve comment on _Power_of_2 helper functionJonathan Wakely1-1/+3
2020-11-04libstdc++: Fix constant expressions in std::uniform_int_distributionJonathan Wakely1-4/+4
2020-10-29libstdc++: Allow Lemire's algorithm to be used in more casesJonathan Wakely1-19/+33
2020-10-29libstdc++: Rename _UniformRandomNumberGenerator parametersJonathan Wakely1-26/+22
2020-10-09libstdc++: Optimize uniform_int_distribution using Lemire's algorithmDaniel Lemire1-7/+54
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely1-3/+4
2020-02-17libstdc++: Reduce header dependencies for C++20 (PR 92546)Jonathan Wakely1-0/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-3/+5
2018-06-12P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely1-1/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-4/+1
2017-01-20PR69240 Define inequality operators for <random> param typesJonathan Wakely1-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-1/+4
2016-04-18PR libstdc++/41759 reword static assertions in <random>Jonathan Wakely1-1/+1
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely1-0/+366