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

@@ -285,7 +285,7 @@ printtype(VALUE *vp)
s = "file id";
break;
case V_RAND:
s = "additive 55 random state";
s = "subtractive 100 random state";
break;
case V_RANDOM:
s = "Blum random state";