InverseCDFRV

constructor(invFun: InverseCDFIfc, streamNum: Int)

Makes one using the supplied stream number to assign the stream

Parameters

invFun

the inverse of the distribution function, must not be null

streamNum

a positive integer


constructor(inverseCDF: InverseCDFIfc, stream: RNStreamIfc = KSLRandom.nextRNStream())

Parameters

inverseCDF

the inverse of the distribution function

stream

a random number stream, must not be null