mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Fix missing notation
This commit is contained in:
parent
d8c79105ca
commit
4540a65038
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ more information.
|
||||||
|
|
||||||
(random-integer n)
|
(random-integer n)
|
||||||
|
|
||||||
Return the next integer in {0, ..., n-1}.
|
Return the next integer in `{0, ..., n-1}`.
|
||||||
|
|
||||||
# random-real
|
# random-real
|
||||||
|
|
||||||
(random-real)
|
(random-real)
|
||||||
|
|
||||||
The next number `x` such that 0 < x 1.
|
The next number `x` such that `0 < x < 1`.
|
||||||
|
|
||||||
# default-random-source
|
# default-random-source
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue