random-shuffle-0.0.2: Random shuffle implementation.

System.Random.Shuffle

Description

http:okmij.orgftpHaskell/perfect-shuffle.txt

Documentation

shuffle :: [a] -> [Int] -> [a]Source

shuffle' :: RandomGen gen => [a] -> Int -> gen -> [a]Source