Util.Random
shuffle :: [a] -> [Int] -> [a] Source #
Shuffle a list by a list of random integers. The random list must be at least as long as the list to shuffle.