PoissonRV

constructor(mean: Double, streamNum: Int)


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

Parameters

mean

the mean rate, must be greater than 0.0

stream

the random number stream