]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/ext/random.tcc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / random.tcc
2022-01-03  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-08-09  Alexandre Olivaskip Cholesky decomposition in is>>n_mv_dist
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-15  Jonathan WakelyPR libstdc++/85749 constrain seed sequences for random...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-24  François Dumontrandom.tcc: Fix usage of _OutputIteratorConcept.
2016-10-26  Edward Smith-RowlandImplement uniform_inside_sphere_distribution extension.
2016-01-15  Steve Ellceyrandom.tcc: Use __builtin_isfinite instead of std:...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-08-13  Paolo Carlini2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
2014-08-13  Paolo Carlinire PR libstdc++/62118 (cases under libstdc++-v3/testsui...
2014-08-09  Ulrich Drepperrandom.tcc (uniform_on_sphere_helper): Define.
2014-07-29  Ed Smith-RowlandPR libstdc++/60037 - SIGFPE in std::generate_canonical...
2014-07-16  Paolo Carlinirandom: Minor formatting and cosmetic tweaks.
2014-07-14  Ulrich Drepperrandom.tcc: Unfortunately more fixes for operator>...
2014-07-13  Ulrich Drepperrandom.tcc: Fix operator>> and operator<< for uniform_o...
2014-07-13  Ulrich Drepperrandom: Add uniform_on_sphere_distribution definition.
2014-07-12  Edward Smith-RowlandAdd the logistic_distribution as an extension.
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-21  Edward Smith-RowlandImplement __gnu_cxx::hypergeometric_distribution.
2013-03-03  Ulrich DrepperAdd math constants and triangular and von Mises distrib...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-10-12  Edward Smith-Rowlanddd the Hoyt and the arcsine distributions as extensions.
2012-10-09  Paolo Carlinire PR libstdc++/54869 (ext/random/simd_fast_mersenne_tw...
2012-10-01  Paolo Carlinire PR libstdc++/54757 (FAIL: ext/random/beta_distributi...
2012-09-25  Edward Smith-RowlandImplement the K-distribution as an extension.
2012-09-23  Uros Bizjakre PR libstdc++/54675 (Many libstdc++ testsuite failure...
2012-09-21  Edward Smith-RowlandImplement the Pareto distribution as an extension.
2012-09-18  Edward Smith-RowlandImplement the Nakagami statistical distribution as...
2012-09-18  Paolo Carlinire PR libstdc++/54612 (Many failures in ext/random...
2012-09-17  Ulrich Drepperconfigure.ac: Substitute CPU_OPT_EXT_RANDOM.
2012-09-17  Edward Smith-RowlandFix a paste-o in ext/random.tcc - declared an Adapted...
2012-09-16  Edward Smith-RowlandAdd the rice distribution as an extension.
2012-09-05  Ulrich Drepper* include/ext/random.tcc (__gnu_cxx:normal_mv_distribut...
2012-09-05  Ulrich Drepperrandom: Add __gnu_cxx:normal_mv_distribution<> class.
2012-09-04  Ulrich Drepperrandom: Add __gnu_cxx::beta_distribution<> class.
2012-08-29  Ulrich DrepperAdd simd_fast_mersenne_twister_engine class.