Generates a random non-negative integers from a poisson distribution with the given mean.
<global>
number
Name | Type | Description |
---|---|---|
mean | number | The mean of the distribution. |
The value obtained is the probability of exactly i occurrences of a random event if the expected, mean number of its occurrence under the same conditions (on the same time/space interval) is μ.