ShiftedGeometricRV

constructor(probOfSuccess: Double, streamNum: Int)

Parameters

probOfSuccess

probability of success, must be in range (0,1)

streamNum

the stream number to use


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

Parameters

probOfSuccess

probability of success, must be in range (0,1)

stream

the random number stream to use