]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/random.tcc
dd the Hoyt and the arcsine distributions as extensions.
authorEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 12 Oct 2012 15:15:21 +0000 (15:15 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 12 Oct 2012 15:15:21 +0000 (15:15 +0000)
commit500602220a0c5938a69ad30533e3f843eeb9d8f6
treedbf69a8262b705b96f4d0509d802d6137af11406
parente74a506f4eec90fc1d4839f8cde506be8f99c9de
dd the Hoyt and the arcsine distributions as extensions.

From-SVN: r192403
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]