mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +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:
@@ -20,7 +20,7 @@ DESCRIPTION
|
||||
|
||||
While the Blum-Blum-Shub generator is not painfully slow, it is not
|
||||
a fast generator. For a faster, but lesser quality generator
|
||||
(non-cryptographically strong) see the additive 55 generator
|
||||
(non-cryptographically strong) see the subtractive 100 generator
|
||||
(see the rand help page).
|
||||
|
||||
Other arg forms:
|
||||
|
Reference in New Issue
Block a user