This class implements random variate generators having the
Poisson distribution. Its mass function is
p(x) = e-λλx/(x!) for x = 0, 1,...
where
λ > 0 is a real valued parameter equal to the mean.
No local copy of the parameter λ = lambda is maintained in this class. The (non-static) nextInt method simply calls inverseF on the distribution.