Click or drag to resize

PoissonDistribution Constructor

Overload List
 NameDescription
Public methodPoissonDistribution Initializes a new instance of the PoissonDistribution class with mean 1, using a StandardGenerator as the underlying random number generator.
Public methodPoissonDistribution(Double) Initializes a new instance of the PoissonDistribution class with the specified mean, using a StandardGenerator as the underlying random number generator.
Public methodPoissonDistribution(Generator) Initializes a new instance of the PoissonDistribution class with mean 1, using the specified Generator as the underlying random number generator.
Public methodPoissonDistribution(Double, Generator) Initializes a new instance of the PoissonDistribution class with the specified mean, using the specified Generator as the underlying random number generator.
Top
See Also