Random-String

(random-string length random) -> string
(random-string length) -> string

Generates a sequence of random bytes of fixed length from a <random> object, or, if one is not supplied, *default-random*. This is often useful in cryptographic applications to generate padding.

Example:

>> (random-string 5)
:: "?n(?s"

See also:
*default-random*, <random>, add-entropy, export-random, import-random, make-random, random-algorithm, random-integer, and random-quad