random: Add uniform_on_sphere_distribution definition.
authorUlrich Drepper <drepper@gcc.gnu.org>
Sun, 13 Jul 2014 11:07:44 +0000 (11:07 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Sun, 13 Jul 2014 11:07:44 +0000 (11:07 +0000)
commit863a2c7ecc08465b437e66e730bb185474552688
tree6060be981e0cc6735706e38e216907078f220b14
parent4a05a9a8d264103cbcccdd62c6fcd3a3059c0efd
random: Add uniform_on_sphere_distribution definition.

2014-07-12  Ulrich Drepper  <drepper@gmail.com>

* include/ext/random: Add uniform_on_sphere_distribution definition.
* include/ext/random.tcc: Add out-of-band member function definitions
for uniform_on_sphere_distribution.
* testsuite/ext/random/uniform_on_sphere_distribution/
cons/default.cc: New file.
* testsuite/ext/random/uniform_on_sphere_distribution/
operators/equal.cc: New file.
* testsuite/ext/random/uniform_on_sphere_distribution/
operators/inequal.cc: New file.
* testsuite/ext/random/uniform_on_sphere_distribution/
operators/serialize.cc: New file.

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