Closed snoyberg closed 11 years ago
I don't feel that random number generation is something classy-prelude must have since most applications have no need for random numbers (of course many applications do use libraries that use random number generators).
here is an example of abstracting over randomness: http://hackage.haskell.org/package/random-fu-0.2.4.0/docs/Data-Random.html
I don't think we could do anything other than export a random generator that exists in base (which is probably slow and not as nice as external packages).
Not sure which library to include here