Draw the next number from a normal distribution
Declaring type: Random
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public double NextNormal (
        double mean,
        double stdev
) 
Parameters
mean
mean of the Gaussian
stdev
standard deviation of the Gaussian
Return Value
a random number drawn from a normal distribution with the given mean and standard deviation