aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/random
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek104-104/+104
2021-01-04Update copyright years.Jakub Jelinek104-104/+104
2020-01-01Update copyright years.Jakub Jelinek104-104/+104
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva5-0/+9
2019-01-01Update copyright years.Jakub Jelinek104-104/+104
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely14-0/+14
2018-06-12P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely14-14/+126
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely1-0/+90
2018-01-03Update copyright years.Jakub Jelinek103-103/+103
2017-01-20PR69240 Define inequality operators for <random> param typesJonathan Wakely13-33/+182
2017-01-01Update copyright years.Jakub Jelinek103-103/+103
2016-10-27Fix target selectors in uniform_inside_sphere_distribution testsJonathan Wakely6-6/+6
2016-10-26Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland6-0/+279
2016-10-141.cc: Remove 'test' variables.Paolo Carlini65-130/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely98-121/+99
2016-01-04Update copyright years.Jakub Jelinek97-97/+97
2015-01-05Update copyright years.Jakub Jelinek97-97/+97
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini84-84/+84
2014-08-28*: Fix incorrect standard references in comments.Jonathan Wakely42-71/+70
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper4-4/+66
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland1-0/+23
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper4-0/+181
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland6-0/+271
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford86-86/+86
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-2/+1
2013-11-27Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth1-0/+2
2013-11-22values.cc: Fix further thinkos.Paolo Carlini1-1/+3
2013-11-22values.cc: Fix thinkos.Paolo Carlini1-3/+3
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland8-0/+352
2013-08-07re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini16-4/+554
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford64-64/+64
2012-10-12dd the Hoyt and the arcsine distributions as extensions.Edward Smith-Rowland14-0/+556
2012-10-09re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...Paolo Carlini8-8/+16
2012-09-25Implement the K-distribution as an extension.Edward Smith-Rowland7-0/+297
2012-09-21Implement the Pareto distribution as an extension.Edward Smith-Rowland7-0/+295
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland7-0/+295
2012-09-16random (rice_distribution<>::operator==): Change inline friend definition to ...Paolo Carlini29-0/+1381