Generated a string of random numbers from the Poisson distribution.
For a array of random numbers within the range [0,1] (i.e. an array of probabilities), we return a array of INTEGER values for which n-th value the cumulative Poisson distribution function is greater than or equal to the n-th randomly generated number.
PoissonProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace