Overload List

  NameDescription
FloatRandomExponentialDistribution()()()
Constructs a random number generator for an exponential distribution using a default displacement of 0.0 and default scale of 1.0.
FloatRandomExponentialDistribution(Single, Single)
Constructs a random number generator for an exponential distribution using the specified distribution parameters.
FloatRandomExponentialDistribution(Single, Single, FloatRandomExponentialDistribution..::.GenerationMethod)
Constructs a random number generator for an exponential distribution using the specified distribution parameters.

See Also