Click or drag to resize

DoubleRandomExponentialDistribution Constructor

Overload List
 NameDescription
Public methodDoubleRandomExponentialDistribution Constructs a random number generator for an exponential distribution using a default displacement of 0.0 and default scale of 1.0.
Public methodDoubleRandomExponentialDistribution(Double, Double) Constructs a random number generator for an exponential distribution using the specified distribution parameters.
Public methodDoubleRandomExponentialDistribution(Double, Double, DoubleRandomExponentialDistributionGenerationMethod) Constructs a random number generator for an exponential distribution using the specified distribution parameters.
Top
See Also