
shuffle(+List, ?ShuffledList)

   Shuffle a list, ie randomize the element order

Type
   library(lists)

Modes and Determinism
   shuffle(+, -) is det

See Also
   msort / 2
