Click or drag to resize

RandGenGeometric Constructor

Overload List
 NameDescription
Public methodRandGenGeometric(Double) Constructs a random number generator using a RandGenMTest as the underlying uniform random number generator. The generated deviates will follow a Geometric distribution with probability of success
C#
.
Public methodRandGenGeometric(Double, RandomNumberGeneratorUniformRandomNumber) Constructs a random number generator using the given delegate as the underlying uniform random number generator. The generated deviates will follow a Geometric distribution with probability of success
C#
.
Public methodRandGenGeometric(Double, Int32) Constructs a random number generator using a seeded RandGenMTest as the underlying uniform random number generator. The generated deviates will follow a Geometric distribution with probability of success
C#
.
Top
See Also