setRandomNumberStream

abstract fun setRandomNumberStream(stream: RNStreamIfc)

Sets the underlying random number stream

Parameters

stream

the reference to the random number stream, must not be null


open fun setRandomNumberStream(streamNumber: Int)

Assigns the stream associated with the supplied number from the default RNStreamProvider

Parameters

streamNumber

a stream number, 1, 2, etc.