summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/random
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* * config/cpu/i486/opt/bits/opt_random.h: Include pmmintrin.h insteadfroydnj2015-10-131-1/+1
* Fix errors due to extra includes in extc++.hredi2015-09-181-2/+2
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.redi2015-09-091-26/+32
* Update copyright years.jakub2015-01-051-1/+1
* 2014-07-16 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-07-161-14/+17
* 2014-07-12 Ulrich Drepper <drepper@gmail.com>drepper2014-07-131-6/+197
* 2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2014-07-121-35/+222
* Update copyright years in libstdc++-v3/rsandifo2014-01-021-1/+1
* 2013-11-21 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2013-11-211-0/+261
* 2013-08-07 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-08-071-1/+1
* 2013-05-23 Matthias Klose <doko@ubuntu.com>doko2013-05-231-1/+1
* Fix and optimize von_mises_distribution class.drepper2013-03-041-13/+13
* Add math constants and triangular and von Mises distributions.drepper2013-03-031-10/+533
* Update copyright in libstdc++-v3.rsandifo2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.jason2012-11-101-2/+2
* 2012-11-02 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-11-021-27/+26
* dd the Hoyt and the arcsine distributions as extensions.emsr2012-10-121-0/+467
* 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-10-091-0/+3
* 2012-10-01 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-10-011-0/+8
* 2012-09-26 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-271-1/+10
* Implement the K-distribution as an extension.emsr2012-09-251-0/+244
* PR libstdc++/54675uros2012-09-231-21/+21
* Implement the Pareto distribution as an extension.emsr2012-09-211-0/+236
* Implement the Nakagami statistical distribution as an extension.emsr2012-09-181-0/+221
* * configure.ac: Substitute CPU_OPT_EXT_RANDOM.drepper2012-09-171-19/+18
* 2012-09-16 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-161-9/+10
* Add the rice distribution as an extension.emsr2012-09-161-15/+259
* * include/ext/random: Add __gnu_cxx:normal_mv_distribution<> class.drepper2012-09-051-0/+305
* * libstdc++-v3/include/ext/random: Add __gnu_cxx::beta_distribution<>drepper2012-09-041-0/+217
* Add simd_fast_mersenne_twister_engine class.drepper2012-08-291-0/+382