MyMediaLite
Random.NextNormal Method (double, double)
Syntax
Collapse All
Draw the next number from a normal distribution
Declaring type:
Random
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.