summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/random.tcc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in libstdc++-v3/rsandifo2014-01-021-1/+1
* 2013-11-21 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2013-11-211-1/+107
* Add math constants and triangular and von Mises distributions.drepper2013-03-031-0/+120
* Update copyright in libstdc++-v3.rsandifo2013-02-031-1/+1
* dd the Hoyt and the arcsine distributions as extensions.emsr2012-10-121-0/+172
* 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-10-091-0/+2
* 2012-10-01 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-10-011-0/+4
* Implement the K-distribution as an extension.emsr2012-09-251-0/+97
* PR libstdc++/54675uros2012-09-231-11/+11
* Implement the Pareto distribution as an extension.emsr2012-09-211-0/+64
* Implement the Nakagami statistical distribution as an extension.emsr2012-09-181-0/+64
* 2012-09-18 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-181-1/+6
* * configure.ac: Substitute CPU_OPT_EXT_RANDOM.drepper2012-09-171-65/+24
* Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...emsr2012-09-171-3/+0
* Add the rice distribution as an extension.emsr2012-09-161-0/+72
* * include/ext/random.tcc (__gnu_cxx:normal_mv_distribution<>)drepper2012-09-051-2/+1
* * include/ext/random: Add __gnu_cxx:normal_mv_distribution<> class.drepper2012-09-051-0/+214
* * libstdc++-v3/include/ext/random: Add __gnu_cxx::beta_distribution<>drepper2012-09-041-0/+100
* Add simd_fast_mersenne_twister_engine class.drepper2012-08-291-0/+445