[Haskell-beginners] Creating lists of random numbers

Johan Tibell johan.tibell at gmail.com
Thu Oct 21 09:34:20 EDT 2010


Hi Tom,

What Daniel said. If you need a faster random number generator use:

    http://hackage.haskell.org/package/mwc-random

Use the 'create' function to create an initial seed and then call
'uniform' repeatedly to create new random Bools.

Johan


More information about the Beginners mailing list