Make-Random

(make-random algorithm) -> random

Creates a new <random> object using the specified algorithm, capable of producing extended sequences of random bytes.

Algorithms Supported:

Example:

>> (make-random "sprng")
:: [random]

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