mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
add rump documentation for srfi-27
This commit is contained in:
parent
8cc05744c6
commit
b15eb1e559
1 changed files with 17 additions and 0 deletions
17
docs/api/srfi/27.md
Normal file
17
docs/api/srfi/27.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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.
|
||||
|
||||
- `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`
|
Loading…
Add table
Reference in a new issue