[Haskell-cafe] good choice for random number generator ?

Dominic Steinitz dominic at steinitz.org
Tue Jul 26 09:08:30 UTC 2016


 If you want distributions in distinction to just a random number
generator, I recommend random-fu. You can plug in at least MT and MWC
as the random number generators and you get pdfs and cdfs as well.
Let me know if you need anything adding to it. I am also keen to
improve its documentation. I made a small start here:
https://hackage.haskell.org/package/random-fu-0.2.7.0/docs/Data-Random-
Distribution-Binomial.html but time as always is the enemy. Feel free
to contribute.

Dominic.




More information about the Haskell-Cafe mailing list