rLogNormal

open fun rLogNormal(mean: Double, variance: Double): Double

Return

the random value

Parameters

mean

the mean of the lognormal, must be greater than 0

variance

the variance of the lognormal, must be greater than 0