]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add the logistic_distribution as an extension.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Sat, 12 Jul 2014 01:32:20 +0000 (01:32 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Sat, 12 Jul 2014 01:32:20 +0000 (01:32 +0000)
commit8daac7749f44e79c918162dd27be7981a72c1f87
treee7b4279b5a688b1cc3362cbca6e90e12d1ca7844
parent0b150cb41c8acbe55e59e5ce77e135d517dc2ce2
Add the logistic_distribution as an extension.

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.

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