generateRandomInputValues

fun generateRandomInputValues(rnStream: RNStreamIfc = KSLRandom.defaultRNStream()): InputMap(source)

Generates a random point within the ranges defined by the inputs. The point will have the appropriate granularity based on the definitions of the inputs.

Return

the randomly generated point.

Parameters

rnStream

the stream to use when generating random points within the input range space. By default, this uses the default random number stream KSLRandom.defaultRNStream