]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/ext/random
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / random
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-08  Jonathan WakelyPR libstdc++/88066 use <> for includes not ""
2019-01-01  Jakub JelinekUpdate copyright years.
2018-06-14  Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-06-12  Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-05-15  Jonathan WakelyPR libstdc++/85749 constrain seed sequences for random...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-07-23  Michael CollisonAdd optimized implementation of mersenne twister for...
2017-07-19  Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-01-20  Jonathan WakelyPR69240 Define inequality operators for <random> param...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-26  Edward Smith-RowlandImplement uniform_inside_sphere_distribution extension.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-13  Nathan Froydopt_random.h: Include pmmintrin.h instead of x86intrin...
2015-09-18  Jonathan WakelyFix errors due to extra includes in extc++.h
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-07-16  Paolo Carlinirandom: Minor formatting and cosmetic tweaks.
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-08-07  Paolo Carlinire PR libstdc++/58098 (wrong return value of normal_dis...
2013-05-23  Matthias KloseMakefile.am (bits_headers): Remove ${bits_host_headers}.
2013-03-04  Ulrich DrepperFix and optimize von_mises_distribution class.
2013-03-03  Ulrich DrepperAdd math constants and triangular and von Mises distrib...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-11-02  Paolo Carlinire PR libstdc++/55169 (std::discrete_distribution:...
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-27  Paolo Carlinirandom: Add include checks for c++11 and <cstdint>.
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-17  Ulrich Drepperconfigure.ac: Substitute CPU_OPT_EXT_RANDOM.
2012-09-16  Paolo Carlinirandom (rice_distribution<>::operator==): Change inline...
2012-09-16  Edward Smith-RowlandAdd the rice distribution as an extension.
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.