Click or drag to resize

LogNormal.Samples Method

Overload List
 NameDescription
Public methodSamples() Generates a sequence of samples from the log-normal distribution using the Box-Muller algorithm.
Public methodSamples(Double[]) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Double, Double) Generates a sequence of samples from the log-normal distribution using the Box-Muller algorithm.
Public methodStatic memberSamples(Double[], Double, Double) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Random, Double, Double) Generates a sequence of samples from the log-normal distribution using the Box-Muller algorithm.
Public methodStatic memberSamples(Random, Double[], Double, Double) Fills an array with samples generated from the distribution.
Top
See Also