summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/random.tcc
AgeCommit message (Expand)Author
2025-09-26libstdc++: Fix unsafe comma operators in <random> [PR122062]Jonathan Wakely
2025-09-23libstdc++: Refactor std::philox_engine member functionsJonathan Wakely
2025-09-23libstdc++: Implement Philox Engine (PR119794)1nfocalypse
2025-04-29libstdc++: Use constexpr-if for C++11 and C++14Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-03-19libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely
2024-01-13libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engi...Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-28libstdc++: Make 16-bit std::subtract_with_carry_engine work [PR107466]Jonathan Wakely
2022-05-06libstdc++: Simplify std::normal_distribution equality operatorJonathan Wakely
2022-05-06libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-08-17libstdc++: Optimize std::seed_seq constructionAntony Polukhin
2021-08-03libstdc++: Suppress redundant definitions of inline variablesJonathan Wakely
2021-07-01libstdc++: Improve Doxygen documentation groups [PR 101258]Jonathan Wakely
2021-07-01libstdc++: Suppress redundant definitions of static members in <random>Jonathan Wakely
2021-06-22libstdc++: Implement LWG 3422 for std::seed_seqJonathan Wakely
2021-05-20libstdc++: Do not use static_assert without message in C++11Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-31libstdc++: Prefer double to long double in std::shuffle_order_engineJonathan Wakely
2020-10-09libstdc++: Fix incorrect results in std::seed_seq::generate [PR 97311]Jonathan Wakely
2020-10-08libstdc++: Add assertions for preconditions in sampling distributions [PR 82584]Jonathan Wakely
2020-01-09libstdc++: Fix undefined behaviour in random dist serialization (PR93205)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland
2018-05-07Revert 20001.Edward Smith-Rowland
2018-01-03Update copyright years.Jakub Jelinek
2017-12-24re PR libstdc++/83237 (Values returned by std::poisson_distribution are not d...Michele Pezzutti
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-04-24PR libstdc++/80506 fix constant used in conditionJonathan Wakely
2017-03-28PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-04-18PR libstdc++/41759 reword static assertions in <random>Jonathan Wakely
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-08-26Ensure std::generate_canonical doesn't return 1.Edward Smith-Rowland
2015-08-24re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-09-03re PR libstdc++/58302 (compilation error : std::negative_binomial_distributio...Paolo Carlini
2013-06-22re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op...Paolo Carlini
2013-02-12random.tcc (__transform): Remove.Paolo Carlini
2013-02-04PR libstdc++/56202 (again)Manuel López-Ibáñez
2013-02-04re PR libstdc++/56202 (SIGFPE (division by zero) in std::binomial_distribution)Manuel López-Ibáñez