DUniform RV
Discrete uniform(min, max) random variable
Parameters
min
the lower limit of the range, must be strictly less than max
max
the upper limit of the range, must be strictly greater than min
stream Num
the stream number for the associated random number stream
Discrete uniform(min, max) random variable
Parameters
range
the range of integers
stream Num
the stream number for the associated random number stream
Discrete uniform(min, max) random variable
Parameters
range
the range of integers
stream
the random number stream
constructor(min: Int, max: Int, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
min
the lower limit of the range, must be strictly less than max
max
the upper limit of the range, must be strictly greater than min
stream
the random number stream