* include/ext/random.tcc (uniform_on_sphere_helper): Define.
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2014 17:56:57 +0000 (17:56 +0000)
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Aug 2014 17:56:57 +0000 (17:56 +0000)
commit434a8652bcfca85cc7943f40edcb446d3836df0e
treefe2db3e1f114899d237246f8880766ed03556483
parent995b79b1898d03059f21226e9ac483d01cd95f71
    * include/ext/random.tcc (uniform_on_sphere_helper): Define.
        (uniform_on_sphere_distribution::operator()): Use the new helper
        class for the implementation.

        * testsuite/ext/random/uniform_on_sphere_distribution/operators/
        equal.cc: Remove bogus part of comment.
        * testsuite/ext/random/uniform_on_sphere_distribution/operators/
        inequal.cc: Likewise.
        * testsuite/ext/random/uniform_on_sphere_distribution/operators/
        serialize.cc: Add check to verify result of serialzation and
        deserialization.
        * testsuite/ext/random/uniform_on_sphere_distribution/operators/
        generate.cc: New file.

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