r Log Normal
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 Num
the stream number from the stream provider to use
fun rLogNormal(mean: Double, variance: Double, stream: RNStreamIfc = defaultRNStream()): Double(source)
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