randomValue

fun randomValue(rnStream: RNStreamIfc = KSLRandom.defaultRNStream()): Double

Randomly generates a value within the input variable's range with the appropriate granularity

Return

the generated point

Parameters

rnStream

a random number stream. By default, this uses the default random number stream KSLRandom.defaultRNStream