
Marco Guazzone wrote:
Thank you! I've taken a look... Very interesting.
Thanks.
But. why using different statistical distribution classes
#include
This file does not define a new gamma distribution, only extra, non
overlapping functionality. For example, you can map the gamma
distribution to the gamma random engine :
typedef boost::math::gamma_distribution
What I mean is that I think an integration between Boost.Random and Boost.StatisticalDistribution would be very useful for users
Perhaps, but it's not under my control. Anyhow, if you do e.g generate_n(it,n,gamma,urng); the interface make no reference to boost/random (hidden in implementation)