rLogNormal

fun rLogNormal(mean: Double, variance: Double, streamNum: Int): 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

streamNum

the stream number from the stream provider to use


fun rLogNormal(mean: Double, variance: Double, stream: RNStreamIfc = defaultRNStream()): 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

stream

the random number stream