This is an old revision of the document!
any RandomPickN(any n1, any n2, …)
Randomly picks one of the arguments and returns its value. Designed to mimic decorate's RandomPick function.
As ACC doesn't support functions with variable argument counts, RandomPick2 through RandomPick8 are provided.
str number = RandomPick3("one", "two", "three");