Overload List
| Name | Description | |
|---|---|---|
| RandGenGeometric(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 p | |
| RandGenGeometric(Double, RandomNumberGenerator..::.UniformRandomNumber) |
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 p | |
| RandGenGeometric(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 p |