(import-random algorithm state) -> random
Permits the recycling of state information stored by export-random to create a new <random> object. For more information, see export-random.
Example:
>> (define a (export-random (make-random "rc4"))) :: #f >> (import-random "rc4" a) :: [random]
See also:
*default-random*, <random>, add-entropy, export-random, make-random, random-algorithm, random-integer, random-quad, and random-string