Module

Webb.Random

Package
purescript-webb-random
Repository
mitchellandwebb/webb-random

#random Source

random :: forall m a. MonadEffect m => Gen a -> m a

#maybe Source

maybe :: forall a. Gen a -> Gen (Maybe a)

#alpha Source

#ascii Source

#numeric Source

#numeric' Source

#alphaNumeric Source

#alphaNumeric' Source

#int Source

int :: Int -> Int -> Gen Int

#int' Source

int' :: Int -> Gen Int

#words Source

#randomId Source

randomId :: forall m. MonadEffect m => m String
Modules
Webb.Random