Remove old module

This commit is contained in:
rnhmjoj 2016-04-28 18:34:31 +02:00
parent a2fe959036
commit 7aba6236f9
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -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