Random-Algorithm

(random-algorithm random) -> string

Returns a string describing the algorithm used by a given <random> object. For a list of algorithm names employed by MOSVM, see make-random.

Example:

>> (define a (make-random "rc4"))
:: #f
>> (random-algorithm a)
:: "rc4"

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