any RandomPickN(any n1, any n2, …)
Randomly picks one of the arguments and returns its value. Designed to mimic decorate's RandomPick function.
As none of the compilers support functions with variable argument counts, RandomPick2
through RandomPick8
are provided.
str number = RandomPick3("one", "two", "three");