special-keys-0.1.0.3: Simple data types that help me here and there.
Keys.Random
Synopsis
c2w8 :: Char -> Word8Source
Converts a Char to a Word8. Took from MissingH
charRangeStart :: Word8Source
charRangeEnd :: Word8Source
genString :: Gen (PrimState IO) -> IO ByteStringSource
genInt :: Gen (PrimState IO) -> IO IntSource
genIntRange :: (Int, Int) -> Gen (PrimState IO) -> IO IntSource
rndTxt :: IO TextSource
rndInt :: IO IntSource
rndIntRange :: (Int, Int) -> IO IntSource
class HasRandom a whereSource
Methods
rnd :: IO aSource
Instances