mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Consistency
This commit is contained in:
parent
4a88174d85
commit
eff09b6bba
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue