[Haskell-cafe] Re: True Random Numbers

Gökhan San gsan at stillpsycho.net
Sat Apr 3 18:27:00 EDT 2010


Alex Rozenshteyn <rpglover64 at gmail.com> writes:

> The Rand monad you linked seems to be a step in the right direction
> for what I want, but it uses getStdGen, which appears to end up using
> cpu time to seed the generator.

There's the random-stream package but looks like it's subject to code
rot. Its RandomGen instance lacks the split functionality but I guess it
could be used with MonadRandom.

-- 

Gökhan San


More information about the Haskell-Cafe mailing list