pick
[list of data]
Parameters:
[list of data] |
List or string |
|
Description:
Returns a random element of the [list of data]. Returns false if the list is empty.
Examples:
pick [1 2]
would return 1 half of the time and would return 2 half of the time.
Related Commands:
list
random
sentence
to-list