mwc-probability

Sampling function-based probability distributions.
Log | Files | Refs | README | LICENSE

commit 627d6f6d216e2f003f07b2c0458649c39f0fa82c
parent 6006519f4ded4a93de8bd9666a850d6d2fc52aab
Author: Jared Tobin <jared@jtobin.ca>
Date:   Sun, 25 May 2014 15:41:22 +1000

Update README.

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -5,8 +5,8 @@ Sampling function-based probability distributions. A simple probability distribution type, where distributions are characterized by sampling functions. -This implementation is a thin layer over @mwc-random@, which handles RNG -state-passing automatically by using a @PrimMonad@ like @IO@ or @ST s@ under +This implementation is a thin layer over `mwc-random`, which handles RNG +state-passing automatically by using a `PrimMonad` like `IO` or `ST s` under the hood. Includes Functor, Applicative, Monad, and MonadTrans instances.