Poisson |
| Name | Description | |
|---|---|---|
| PoissonDistribution | Initializes a new instance of the PoissonDistribution class with mean 1, using a StandardGenerator as the underlying random number generator. | |
| PoissonDistribution(Double) | Initializes a new instance of the PoissonDistribution class with the specified mean, using a StandardGenerator as the underlying random number generator. | |
| PoissonDistribution(Generator) | Initializes a new instance of the PoissonDistribution class with mean 1, using the specified Generator as the underlying random number generator. | |
| PoissonDistribution(Double, Generator) | Initializes a new instance of the PoissonDistribution class with the specified mean, using the specified Generator as the underlying random number generator. |