sampling

Basic sampling functionality for Haskell.
Log | Files | Refs | README | LICENSE

commit c9af9b798002ba4ee50917a2f546eb30d449731a
parent 289655caaaf6ee68f4f19bead0163a0decfd80df
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  9 Feb 2016 22:11:58 +1300

Update README example. [ci skip]

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -30,7 +30,7 @@ The non-`IO` specialized functions can be used with any `PrimMonad`. ## Examples -Sample five elements from a list, without replacement: +Sample ten elements from a list, without replacement: > sampleIO 10 ['a'..'z'] Just "azctumlhwj"