Fixed old references additive 55

Fixed documentation that referred to the old additive 55
generator.  We have been using the subtractive 100 in place
of the additive 55 generator for a while now.
This commit is contained in:
Landon Curt Noll
2021-12-07 02:24:50 -08:00
parent cc5fb9a45b
commit 5ae3ca059a
14 changed files with 29 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
NAME
isrand - whether a value is an additive 55 state
isrand - whether a value is an subtractive 100 state
SYNOPSIS
isrand(x)
@@ -10,8 +10,9 @@ TYPES
return int
DESCRIPTION
Determine if x is an additive 55 pseudo-random number generator state.
This function will return 1 if x is a file, 0 otherwise.
Determine if x is an subtractive 100 pseudo-random number
generator state. This function will return 1 if x is a file,
0 otherwise.
EXAMPLE
; a = srand(0)
@@ -31,7 +32,7 @@ SEE ALSO
isobjtype, isodd, isprime, israndom, isreal, isrel,
issimple, issq, isstr, istype
## Copyright (C) 1999 Landon Curt Noll
## Copyright (C) 1999,2021 Landon Curt Noll
##
## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License