Click or drag to resize

FloatRandomExponentialDistribution Constructor

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