Remove old module
This commit is contained in:
parent
a2fe959036
commit
7aba6236f9
@ -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
|
|
Loading…
Reference in New Issue
Block a user