]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/random.tcc
Implement the K-distribution as an extension.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Tue, 25 Sep 2012 03:26:36 +0000 (03:26 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Tue, 25 Sep 2012 03:26:36 +0000 (03:26 +0000)
commit21a8ccc02f643458b82780ac1b884f8454b89871
tree8d6734d639f87cf43341496655f951ebde7ad300
parent1ab47844f5646b949bf6a2f2a1e591b1a7db41af
Implement the K-distribution as an extension.

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