Rand |
| 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 C# p | |
| RandGenGeometric(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# 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 C# p |