[Haskell-cafe] Re: True Random Numbers

Alex Rozenshteyn rpglover64 at gmail.com
Sat Apr 3 19:40:51 EDT 2010


Looking over the random-fu package, I think it might have what I'm looking
for (and a lot that I'm not).

On Sat, Apr 3, 2010 at 6:27 PM, Gökhan San <gsan at stillpsycho.net> wrote:

> 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
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
         Alex R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100403/5de6e6c1/attachment.html


More information about the Haskell-Cafe mailing list