PR libstdc++/83833 fix chi_squared_distribution::param(const param&)
commitdea723349b90461caf76ec221d588d23f61fef8b
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2018 19:58:22 +0000 (15 19:58 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Jan 2018 19:58:22 +0000 (15 19:58 +0000)
tree16990dfafd49aa55de94ff0b026c10e2de389f07
parent7a87e572485dbbb4e374e6bbea4f5c76fa88e9e7
PR libstdc++/83833 fix chi_squared_distribution::param(const param&)

PR libstdc++/83833
* include/bits/random.h (chi_squared_distribution::param): Update
gamma distribution parameter.
* testsuite/26_numerics/random/chi_squared_distribution/83833.cc: New
test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256708 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/random.h
libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc [new file with mode: 0644]