Lava.LavaRandom
type Rnd = StdGen Source #
newRnd :: IO StdGen Source #
next :: RandomGen g => g -> (Int, g) #
split :: RandomGen g => g -> (g, g) #