====== RandomPick ====== {{tag>random needs_examples}} ''any RandomPick**N**(any n1, any n2, ...)'' [[:types|any - any type (int, fixed or str)]] ===== Description ===== 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. ===== Examples ===== str number = RandomPick3("one", "two", "three");