random Variable
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
stream Number
the number of the stream requested from the provider
stream Provider
the provider of random number streams