Removing apostrophe from `fastrand`.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 31 Mar 2020 08:35:32 +0000 (01:35 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 31 Mar 2020 08:35:32 +0000 (01:35 -0700)
stdlib/math.pvvs

index eac0181..3277e32 100644 (file)
@@ -53,7 +53,7 @@ NTN                     | RTS
 @   fastrand (10011)
 @ Description:
 @   Returns a pseudo-random number.
 @   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:
 @   Based on the POSIX.1-2001 example for random().
 @   Before using for the first time, seed heap[0] with a value.
 @ Call Stack: