Click or drag to resize

ExponentialSamples Method

Overload List
 NameDescription
Public methodSamples Generates a sequence of samples from the Exponential distribution.
Public methodStatic memberSamples(Double) Generates a sequence of samples from the Exponential distribution.
Public methodSamples(Double) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Double, Double) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Random, Double) Generates a sequence of samples from the Exponential distribution.
Public methodStatic memberSamples(Random, Double, Double) Fills an array with samples generated from the distribution.
Top
See Also