Implement the K-distribution as an extension.
commit2695aab280272ea9d2f0ecbe4b925c0866d89bae
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2012 03:26:36 +0000 (25 03:26 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Sep 2012 03:26:36 +0000 (25 03:26 +0000)
tree8d6734d639f87cf43341496655f951ebde7ad300
parentac133423cc4cc0b5fd6da0796b19dcad172bdeb8
Implement the K-distribution as an extension.

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