GPL-3.0-only licensed and maintained by Tom Murphy
This version can be pinned in stack with:rando-0.0.0.4@sha256:e05ed2fc145d84d82a7bfdd41f50b703e2e4a4da5b5c43fd19a178b850a14ec8,1382

Module documentation for 0.0.0.4

Depends on 3 packages(full list with versions):

Easy-to-use randomness for livecoding.

The goal is to provide the simplest possible experience, e.g.

>>> import Rando
>>> pickOne ["lemon", "lime", "strawberry"]
"lime" :: IO String
>>> flipCoin
True
>>> shuffle [1..5]
[2,4,1,3,5]

This library is in flux: names will change, types will change, functions will appear and disappear and move between modules!