Add the rice distribution as an extension.
commit0020602986c01e88b90ca5fa116b70420deaa693
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Sep 2012 17:36:56 +0000 (16 17:36 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 Sep 2012 17:36:56 +0000 (16 17:36 +0000)
tree60ba16a7028598bfffd663a2c5ffbc8dfc510b43
parentf1c6863cb5ba53ea4f14f60dcbb9a55650650bcf
Add the rice distribution as an extension.

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