Get a random item from a list.
Syntax
Random[item1, item2, ...]
Arguments
items
: An arbitrary number of items. A random item will be selected from the list.
Examples
The following example gets a random value from a list.
answer = Random["rock", "paper", "scissors"]