rando-0.0.0.4: Easy-to-use randomness for livecoding

Safe HaskellNone
LanguageHaskell2010

System.Random.Pick

Contents

Synopsis

Documentation

pickOne :: [x] -> IO x Source #

"Internal" functions

pickOne' :: [x] -> TFGen -> (x, TFGen) Source #