From 27c76338e4b56160008aeb4cafa25469978277fc Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Tue, 31 Mar 2020 01:35:32 -0700 Subject: [PATCH] Removing apostrophe from `fastrand`. --- stdlib/math.pvvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1