rNormal

open fun rNormal(mean: Double = 0.0, variance: Double = 1.0): Double

Return

the random value

Parameters

mean

the mean of the normal

variance

the variance of the normal, must be greater than 0