2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>
commite582be1d3a834dca9b807707ad4ca0cb5d298d52
authoremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2014 01:32:20 +0000 (12 01:32 +0000)
committeremsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2014 01:32:20 +0000 (12 01:32 +0000)
treee7b4279b5a688b1cc3362cbca6e90e12d1ca7844
parentaaa83e6c5a965ed204b5c01629f3ea7033ba361f
2014-07-11  Edward Smith-Rowland  <3dw4rd@verizon.net>

Add the logistic_distribution as an extension.
* include/ext/random: Add the logistic_distribution.
* include/ext/random.tcc: Add the logistic_distribution.
* testsuite/ext/random/logistic_distribution/cons/parms.cc: New.
* testsuite/ext/random/logistic_distribution/cons/default.cc: New.
* testsuite/ext/random/logistic_distribution/requirements/typedefs.cc:
New.
* testsuite/ext/random/logistic_distribution/operators/inequal.cc: New.
* testsuite/ext/random/logistic_distribution/operators/equal.cc: New.
* testsuite/ext/random/logistic_distribution/operators/serialize.cc:
New.

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