aherbert opened a new pull request #36: RNG-91: Add a KempSmallMeanPoissonSampler URL: https://github.com/apache/commons-rng/pull/36 The Kemp algorithm for sampling from a Poisson distribution. This is faster that the current SmallMeanPoissonSampler when the RNG is slow. For a very fast generator the SmallMeanPoissonSampler outperforms this algorithm. See the notes in the related Jira ticket.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
