createRVariable

Return

an instance of the random variable based on the current parameter parameters, with a new stream


fun createRVariable(streamNumber: Int): RVariableIfc

Return

an instance of the random variable based on the current parameter parameters using the designated stream number

Parameters

streamNumber

a number representing the desired stream based on the RNStreamProvider


abstract fun createRVariable(rnStream: RNStreamIfc): RVariableIfc

Return

an instance of the random variable based on the current parameter parameters

Parameters

rnStream

the stream to use