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-source | make-random-source |
random-integer | random-real |
random-source-make-integers | random-source-make-reals |
random-source-make-reals | random-source-pseudo-randomize! |
random-source-randomize! | random-source-state-ref |
random-source-state-set! | random-source? |