From 7aba6236f948ebe3ee7f2266d517221261e0d79c Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 28 Apr 2016 18:34:31 +0200 Subject: [PATCH] Remove old module --- src/Alea/Random.hs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/Alea/Random.hs 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