Fix missing notation

This commit is contained in:
Justin Ethier 2016-10-13 21:19:50 -04:00
parent d8c79105ca
commit 4540a65038

View file

@ -20,13 +20,13 @@ more information.
(random-integer n)
Return the next integer in {0, ..., n-1}.
Return the next integer in `{0, ..., n-1}`.
# 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