rPoisson

fun rPoisson(mean: Double, streamNum: Int): Int

Return

the random value

Parameters

mean

the mean of the Poisson, must be greater than 0

streamNum

the stream number from the stream provider to use


fun rPoisson(mean: Double, stream: RNStreamIfc = defaultRNStream()): Int

Return

the random value

Parameters

mean

the mean of the Poisson, must be greater than 0

stream

the random number stream