Implement uniform_inside_sphere_distribution extension.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Wed, 26 Oct 2016 15:34:18 +0000 (15:34 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Wed, 26 Oct 2016 15:34:18 +0000 (15:34 +0000)
commit10da5b7cbc2ec4520700c8281133fcb348506bd7
tree09b699b0607d3d220b0761aaf50568c0b4907e59
parentb2029ad65044c8f600d9396a675df477338ec0fe
Implement uniform_inside_sphere_distribution extension.

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.

From-SVN: r241562
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/random
libstdc++-v3/include/ext/random.tcc
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc [new file with mode: 0644]