Click or drag to resize

RandGenPoisson Constructor

Overload List
 NameDescription
Public methodRandGenPoisson Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with mean equals 1.
Public methodRandGenPoisson(Double) Constructs a random number generator using a RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with the specified mean.
Public methodRandGenPoisson(Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with mean equals 1.
Public methodRandGenPoisson(RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with mean equals 1.
Public methodRandGenPoisson(Double, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with the specified mean.
Public methodRandGenPoisson(Double, Int32) Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. The generated deviates will follow a Poisson distribution with the specified mean.
Top
See Also