Consistency

This commit is contained in:
Justin Ethier 2016-12-09 23:53:39 -05:00
parent 4a88174d85
commit eff09b6bba

View file

@ -1,6 +1,8 @@
# SRFI 27 - Sources of random bits
The `(srfi 27)` library provides sources of random bits. See the [SRFI document](http://srfi.schemers.org/srfi-27/srfi-27.html) for more information.
The `(srfi 27)` library provides sources of random bits.
See the [SRFI document](http://srfi.schemers.org/srfi-27/srfi-27.html) for more information.
- [`random-integer`](#random-integer)
- [`random-real`](#random-real)