Click or drag to resize

ExponentialDistribution Constructor

Overload List
 NameDescription
Public methodExponentialDistribution Initializes a new instance of the ExponentialDistribution class, using a StandardGenerator as underlying random number generator.
Public methodExponentialDistribution(Double) Initializes a new instance of the ExponentialDistribution class, using the default random number generator.
Public methodExponentialDistribution(Generator) Initializes a new instance of the ExponentialDistribution class, using the specified Generator as underlying random number generator.
Public methodExponentialDistribution(Double, Generator) Initializes a new instance of the ExponentialDistribution class, using the specified Generator as underlying random number generator.
Top
See Also