mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
fix rand pseudo-random number generator
Fixed more documentation and code comments that referred to the old additive 55 (a55) shuffle pseudo-random number generator. We have been using the subtractive 100 shuffle pseudo-random number generator in place of the additive 55 generator for a while now.
This commit is contained in:
@@ -1130,7 +1130,7 @@ randbitrun.cal
|
||||
the number and length of identical bits runs match what is expected.
|
||||
By default, run_cnt is to test the next 65536 random values.
|
||||
|
||||
This tests the a55 generator.
|
||||
This tests the subtractive 100 shuffle pseudo-random number generator.
|
||||
|
||||
|
||||
randmprime.cal
|
||||
@@ -1177,7 +1177,7 @@ randrun.cal
|
||||
64 bit values. By default, run_cnt is to test the next 65536
|
||||
random values.
|
||||
|
||||
This tests the a55 generator.
|
||||
This tests the subtractive 100 shuffle pseudo-random number generator.
|
||||
|
||||
repeat.cal
|
||||
|
||||
|
Reference in New Issue
Block a user