Next: , Previous: , Up: Standards Support   [Contents][Index]


18.8 SRFI 27: Sources of Random Bits

Description

Procedures to obtain pseudo-random numbers in various formats.

URL

https://srfi.schemers.org/srfi-27/srfi-27.html

Support

Fully supported.

Libraries

(srfi 27)

Global

All names are bound in the MIT/GNU Scheme global environment.

default-random-sourcemake-random-source
random-integerrandom-real
random-source-make-integersrandom-source-make-reals
random-source-make-realsrandom-source-pseudo-randomize!
random-source-randomize!random-source-state-ref
random-source-state-set!random-source?