From dfc36eee879ee001922e87b7ebb86f8ed0f6a0ed Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 20 Nov 2021 19:31:13 -0500 Subject: =?UTF-8?q?Update=20=E2=80=A2rand=20implementation=20intro=20parag?= =?UTF-8?q?raph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- implementation/primitive/random.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implementation/primitive/random.md') 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 -- cgit v1.2.3