Returns a random integer from a Poisson distribution with mean λ. @param lambda the mean of the Poisson distribution @return a random integer from a Poisson distribution with mean lambda @throws IllegalArgumentException unless lambda > 0.0 and not infinite
(double lambda)