UniformRV

constructor(min: Double = 0.0, max: Double = 1.0, streamNum: Int)


constructor(min: Double = 0.0, max: Double = 1.0, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

min

the minimum of the range, must be less than maximum

max

the maximum of the range

stream

the random number stream