16 Jul
2008
16 Jul
'08
3:24 p.m.
Michael Fuller wrote:
John Maddock
writes: Try boost/random/poisson_distribution.hpp, unfortunately appears not to be documented, but usage is the same as the other distributions in Boost.Random.
HTH, John.
Excellent, thanks John. Walking home last night I realized that another approach might be to use a uniform random number as the argument to the pdf function.
Um, argument to the quantile function surely? John.