From: Aaron Taylor Date: Tue, 31 Mar 2020 08:35:32 +0000 (-0700) Subject: Removing apostrophe from `fastrand`. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/27c76338e4b56160008aeb4cafa25469978277fc Removing apostrophe from `fastrand`. --- diff --git a/stdlib/math.pvvs b/stdlib/math.pvvs index eac0181..3277e32 100644 --- a/stdlib/math.pvvs +++ b/stdlib/math.pvvs @@ -53,7 +53,7 @@ NTN | RTS @ fastrand (10011) @ Description: @ Returns a pseudo-random number. -@ Probably not as good as `random`, but much faster since it doesn't use XOR. +@ Probably not as good as `random`, but much faster since it does not use XOR. @ Based on the POSIX.1-2001 example for random(). @ Before using for the first time, seed heap[0] with a value. @ Call Stack: