haskell / mwc-random

A very fast Haskell library for generating high quality pseudo-random numbers.
http://hackage.haskell.org/package/mwc-random
BSD 2-Clause "Simplified" License
55 stars 25 forks source link

usage documentation #7

Closed kfish closed 12 years ago

kfish commented 12 years ago

It took a little while to work out how to actually use mwc-random so I thought i'd write some simple docs for people getting started with it. It's pretty easy to use, but it wasn't obvious which functions to use (eg. at first I ignored the function called "uniform" because I thought it might be for creating a distribution and I wouldn't need that much control in my toy app yet :)

kfish commented 12 years ago

Hi bos,

I've rebased and rewritten the documentation patch to use -- style comments.

Conrad.

bos commented 12 years ago

Applied, thanks.