r241562 - in /trunk/libstdc++-v3: ChangeLog inc...
emsr@gcc.gnu.org
emsr@gcc.gnu.org
Wed Oct 26 15:34:00 GMT 2016
Author: emsr
Date: Wed Oct 26 15:34:18 2016
New Revision: 241562
URL: https://gcc.gnu.org/viewcvs?rev=241562&root=gcc&view=rev
Log:
2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net>
Implement uniform_inside_sphere_distribution extension.
* include/ext/random: Implement uniform_inside_sphere_distribution.
* include/ext/random.tcc: Ditto.
* testsuite/ext/random/uniform_inside_sphere_distribution/
cons/default.cc: New.
* testsuite/ext/random/uniform_inside_sphere_distribution/
cons/parms.cc: New.
* testsuite/ext/random/uniform_inside_sphere_distribution/
operators/equal.cc: New.
* testsuite/ext/random/uniform_inside_sphere_distribution/
operators/generate.cc: New.
* testsuite/ext/random/uniform_inside_sphere_distribution/
operators/inequal.cc: New.
* testsuite/ext/random/uniform_inside_sphere_distribution/
operators/serialize.cc: New.
Added:
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/ext/random
trunk/libstdc++-v3/include/ext/random.tcc
More information about the Libstdc++-cvs
mailing list