diff --git a/src/Alea/Random.hs b/src/Alea/Random.hs deleted file mode 100644 index a8ec8f0..0000000 --- a/src/Alea/Random.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Alea.Random where - -import Crypto.Threefish.Random - -randWords :: Int -> Int -> IO [Int] -randWords n k = take k . randomRs (0, n-1) <$> newSkeinGen