Exponential |
| Name | Description | |
|---|---|---|
| ExponentialDistribution | Initializes a new instance of the ExponentialDistribution class, using a StandardGenerator as underlying random number generator. | |
| ExponentialDistribution(Double) | Initializes a new instance of the ExponentialDistribution class, using the default random number generator. | |
| ExponentialDistribution(Generator) | Initializes a new instance of the ExponentialDistribution class, using the specified Generator as underlying random number generator. | |
| ExponentialDistribution(Double, Generator) | Initializes a new instance of the ExponentialDistribution class, using the specified Generator as underlying random number generator. |