Implement the Pareto distribution as an extension.
commitcfbdd1432afa0872258e26cbcbd5c10a2fa71fa2
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Sep 2012 12:33:20 +0000 (21 12:33 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Sep 2012 12:33:20 +0000 (21 12:33 +0000)
tree783d76b2cdeaefd2049a63739e3471833ddb420d
parent2792bf09ad2a6eb1bcc9ec2b08df6dd04184781d
Implement the Pareto distribution as an extension.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191612 138bc75d-0d04-0410-961f-82ee72b054a4
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]