From 65eef4fade5eb426dae01d480f383b8a30b23071 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 11 Aug 2021 14:06:02 -0400 Subject: Change "BQN / main" in header to "(github) / BQN" --- docs/implementation/primitive/random.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/implementation/primitive/random.html') diff --git a/docs/implementation/primitive/random.html b/docs/implementation/primitive/random.html index 943fd955..7f660792 100644 --- a/docs/implementation/primitive/random.html +++ b/docs/implementation/primitive/random.html @@ -3,7 +3,7 @@ BQN: Implementation of random stuff - +

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.

Random number generation

-- cgit v1.2.3