crypto-rng-0.2.0.1: 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.