crypto-rng-0.1.1.0: Cryptographic random number generator.

Safe HaskellNone
LanguageHaskell2010

Crypto.RNG.Utils

Synopsis

Documentation

randomString :: CryptoRNG m => Int -> [Char] -> m String Source #

Generate random string of specified length that contains allowed chars.