]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc
Implement the Pareto distribution as an extension.
authorEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 21 Sep 2012 12:33:20 +0000 (12:33 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 21 Sep 2012 12:33:20 +0000 (12:33 +0000)
commit0c105b723d92cb3508856069802c8a0f503cd011
tree783d76b2cdeaefd2049a63739e3471833ddb420d
parentb7ce70b395cc04aa0ec1db5b0007879528b94e0f
Implement the Pareto distribution as an extension.

From-SVN: r191612
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/random
libstdc++-v3/include/ext/random.tcc
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc [new file with mode: 0644]