rando: Easy-to-use randomness for livecoding

[ gpl, library, random ] [ Propose Tags ]

Easy-to-use randomness for livecoding.

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

>>> 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

Maintainer's Corner

Package maintainers

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-31T19:37:13Z
Distributions LTSHaskell:0.0.0.4, Stackage:0.0.0.4
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2421 total (16 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]