[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.5.19 SRFI-27 - Sources of Random Bits
This subsection is based on the specification of SRFI-27 written by Sebastian Egner.
This SRFI provides access to a (pseudo) random number generator; for Guile’s built-in random number facilities, which SRFI-27 is implemented upon, See section Random Number Generation. With SRFI-27, random numbers are obtained from a random source, which encapsulates a random number generation algorithm and its state.
7.5.19.1 The Default Random Source | Obtaining random numbers | |
7.5.19.2 Random Sources | Creating and manipulating random sources | |
7.5.19.3 Obtaining random number generator procedures | Obtaining random number generators |
This document was generated on April 20, 2013 using texi2html 5.0.