mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Fixup false positive
This commit is contained in:
parent
d4aca4cbd5
commit
1da46dcc99
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
# 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