Skip to content

stat/distuv: implement Poisson with inversion method

Sebastien Binet requested to merge kczimm:stat-poisson into master

Created by: kczimm

This is just an update of @sbinet PR of the Poisson implementation. I updated the Rand method to use the inversion method based on Lambda. The implementation was ported from the Root TRandom. I don't know the standard for giving attribution to the original algorithm implementation.

Merge request reports