aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/random.tcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-3/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva1-3/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-24random.tcc: Fix usage of _OutputIteratorConcept.François Dumont1-13/+27
2016-10-26Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland1-1/+161
2016-01-15random.tcc: Use __builtin_isfinite instead of std::isfinite.Steve Ellcey1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-132014-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2014-08-13re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini1-2/+8
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper1-12/+79
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland1-1/+1
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini1-5/+3
2014-07-14random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper1-2/+2
2014-07-13random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper1-2/+2
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper1-1/+60
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland1-0/+126
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland1-1/+107
2013-03-03Add math constants and triangular and von Mises distributions.Ulrich Drepper1-0/+120
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-10-12dd the Hoyt and the arcsine distributions as extensions.Edward Smith-Rowland1-0/+172
2012-10-09re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...Paolo Carlini1-0/+2
2012-10-01re PR libstdc++/54757 (FAIL: ext/random/beta_distribution/cons/default.cc (te...Paolo Carlini1-0/+4
2012-09-25Implement the K-distribution as an extension.Edward Smith-Rowland1-0/+97
2012-09-23re PR libstdc++/54675 (Many libstdc++ testsuite failures in ext/random)Uros Bizjak1-11/+11
2012-09-21Implement the Pareto distribution as an extension.Edward Smith-Rowland1-0/+64
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland1-0/+64
2012-09-18re PR libstdc++/54612 (Many failures in ext/random testsuite)Paolo Carlini1-1/+6
2012-09-17configure.ac: Substitute CPU_OPT_EXT_RANDOM.Ulrich Drepper1-65/+24
2012-09-17Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...Edward Smith-Rowland1-3/+0
2012-09-16Add the rice distribution as an extension.Edward Smith-Rowland1-0/+72
2012-09-05* include/ext/random.tcc (__gnu_cxx:normal_mv_distribution<>)Ulrich Drepper1-2/+1
2012-09-05random: Add __gnu_cxx:normal_mv_distribution<> class.Ulrich Drepper1-0/+214
2012-09-04random: Add __gnu_cxx::beta_distribution<> class.Ulrich Drepper1-0/+100
2012-08-29Add simd_fast_mersenne_twister_engine class.Ulrich Drepper1-0/+445