LognormalRV

constructor(mean: Double, variance: Double, streamNum: Int)


constructor(mean: Double, variance: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

mean

the mean of the distribution must be greater than 0

variance

the variance of the distribution must be greater than 0

stream

the random number stream