aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/random
AgeCommit message (Expand)AuthorFilesLines
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini1-14/+17
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper1-6/+197
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland1-35/+222
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland1-0/+261
2013-08-07re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini1-1/+1
2013-05-23Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose1-1/+1
2013-03-04Fix and optimize von_mises_distribution class.Ulrich Drepper1-13/+13
2013-03-03Add math constants and triangular and von Mises distributions.Ulrich Drepper1-10/+533
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-11-02re PR libstdc++/55169 (std::discrete_distribution::operator(generator&) makes...Paolo Carlini1-27/+26
2012-10-12dd the Hoyt and the arcsine distributions as extensions.Edward Smith-Rowland1-0/+467
2012-10-09re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...Paolo Carlini1-0/+3
2012-10-01re PR libstdc++/54757 (FAIL: ext/random/beta_distribution/cons/default.cc (te...Paolo Carlini1-0/+8
2012-09-27random: Add include checks for c++11 and <cstdint>.Paolo Carlini1-1/+10
2012-09-25Implement the K-distribution as an extension.Edward Smith-Rowland1-0/+244
2012-09-23re PR libstdc++/54675 (Many libstdc++ testsuite failures in ext/random)Uros Bizjak1-21/+21
2012-09-21Implement the Pareto distribution as an extension.Edward Smith-Rowland1-0/+236
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland1-0/+221
2012-09-17configure.ac: Substitute CPU_OPT_EXT_RANDOM.Ulrich Drepper1-19/+18
2012-09-16random (rice_distribution<>::operator==): Change inline friend definition to ...Paolo Carlini1-9/+10
2012-09-16Add the rice distribution as an extension.Edward Smith-Rowland1-15/+259
2012-09-05random: Add __gnu_cxx:normal_mv_distribution<> class.Ulrich Drepper1-0/+305
2012-09-04random: Add __gnu_cxx::beta_distribution<> class.Ulrich Drepper1-0/+217
2012-08-29Add simd_fast_mersenne_twister_engine class.Ulrich Drepper1-0/+382