cyclone/docs/api/srfi/27.md
2016-08-08 19:44:18 +02:00

473 B

SRFI 27 - Sources of random bits

The (srfi 27) library provides sources of random bits. See the SRFI document for more information.

  • random-integer
  • random-real
  • default-random-source
  • make-random-source
  • random-source?
  • random-source-state-ref
  • random-source-state-set!
  • random-source-randomize!
  • random-source-pseudo-randomize!
  • random-source-make-integers
  • random-source-make-reals