rando: Easy-to-use randomness for livecoding
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!
Downloads
- rando-0.0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4 |
---|---|
Dependencies | base (<5), tf-random, vector [details] |
License | GPL-3.0-only |
Author | Tom Murphy |
Maintainer | Tom Murphy |
Category | Random |
Uploaded | by TomMurphy at 2018-03-31T20:30:20Z |
Distributions | LTSHaskell:0.0.0.4, Stackage:0.0.0.4 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2529 total (21 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-04-14 [all 1 reports] |