mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
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:
@@ -23,7 +23,7 @@ DESCRIPTION
|
||||
|
||||
If x is omitted, it is assumed to have the value of 1.
|
||||
|
||||
See the random() help page for details on the additive 55 shuffle
|
||||
See the random() help page for details on the subtractive 100 shuffle
|
||||
pseudo-random number generator.
|
||||
|
||||
EXAMPLE
|
||||
@@ -41,7 +41,7 @@ LINK LIBRARY
|
||||
SEE ALSO
|
||||
seed, srand, randbit, isrand, rand, srandom, israndom
|
||||
|
||||
## 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
|
||||
|
Reference in New Issue
Block a user