randomInputName

fun randomInputName(rnStream: RNStreamIfc = KSLRandom.defaultRNStream()): String(source)

Randomly selects from the list of valid input names with an equal likelihood.

Return

the randomly selected name

Parameters

rnStream

the random number stream to use for randomness