boost::normal_distribution in boost 1.32
Hi all. I observe boost::normal_distribution always return "nan" with all RNGs whereas other distributions behave normally. I'm talking about boost 1.32 - in earlier version boost::random has different interface.
I observe boost::normal_distribution always return "nan" with all RNGs whereas other distributions behave normally. I'm talking about boost 1.32 - in earlier version boost::random has different interface.
It's working OK in the test suite, do you have a test case? John.
Thanks.
I watched how histogram.cpp is written.
Perhaps, I should RTFM carefully before mailing.
The obstacle was: API had changed so that I have to use
boost::variate_generator
I observe boost::normal_distribution always return "nan" with all RNGs whereas other distributions behave normally. I'm talking about boost 1.32 - in earlier version boost::random has different interface.
It's working OK in the test suite, do you have a test case?
John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
John Maddock
-
Roman