shuffle - luxembourg/muxcode-clm GitHub Wiki
SHUFFLE()
FUNCTION: shuffle(<word1> <word2> <...<wordN>[,<idelim> [,<odelim>]])
This function shuffles the order of words in a list, returning a random
permutation of its elements.
Example:
> say shuffle(foo bar baz gleep)
You say, "baz foo gleep bar"
Related Topics: die, lrand, pickrand, rand