dd the Hoyt and the arcsine distributions as extensions.
commitad7e9ce5491aa49fb0b8f9a764ea08130aa1a915
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 15:15:21 +0000 (12 15:15 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Oct 2012 15:15:21 +0000 (12 15:15 +0000)
treedbf69a8262b705b96f4d0509d802d6137af11406
parent3681b59291a2901d497718f09d9be8edfbf9cb39
dd the Hoyt and the arcsine distributions as extensions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192403 138bc75d-0d04-0410-961f-82ee72b054a4
16 files changed:
libstdc++-v3/include/ext/random
libstdc++-v3/include/ext/random.tcc
libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/serialize.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/serialize.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc [new file with mode: 0644]