ShiftedRV

constructor(shift: Double, rv: RVariableIfc, streamNum: Int)

Parameters

shift

a non-negative value

rv

the random variable to shift

streamNum

the stream number


constructor(shift: Double, rv: RVariableIfc, stream: RNStreamIfc = KSLRandom.nextRNStream())

Parameters

shift

a non-negative value

rv

the random variable to shift

stream

the generator to use