randomVariable

abstract fun randomVariable(streamNumber: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider): RVariableIfc

Promises to return a random variable that uses the supplied stream number using the supplied stream provider

Parameters

streamNumber

the number of the stream requested from the provider

streamProvider

the provider of random number streams