aboutsummaryrefslogtreecommitdiff
path: root/implementation/primitive/random.md
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/primitive/random.md')
-rw-r--r--implementation/primitive/random.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/primitive/random.md b/implementation/primitive/random.md
index fcf83a93..f46610cb 100644
--- a/implementation/primitive/random.md
+++ b/implementation/primitive/random.md
@@ -2,7 +2,7 @@
# Implementation of random stuff
-Not a primitive, but CBQN's `•MakeRand` initializes a random number generator that has some built-in utilities. For clarity we'll call a result of this initialization `rand` in the text below.
+BQN's random number utilities are provided by [system functions](../../spec/system.md#random-generation) and include some with non-obvious implementations. In the text below, `rand` represents any random number generator: `•rand`, or a result of `•MakeRand`.
## Random number generation