alea-0.4.0.0: src/Alea/Random.hs
module Alea.Random where import Crypto.Threefish.Random randWords :: Int -> Int -> IO [Int] randWords n k = take k . randomRs (0, n-1) <$> newSkeinGen
module Alea.Random where import Crypto.Threefish.Random randWords :: Int -> Int -> IO [Int] randWords n k = take k . randomRs (0, n-1) <$> newSkeinGen