We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbda717 commit 7db2256Copy full SHA for 7db2256
1 file changed
docs/manual.adoc
@@ -389,9 +389,9 @@ public abstract class RandomStream
389
390
The multiplicative generator uses the following algorithm:
391
392
-Y[i+1] = Y[i] * 5^5 mod 2^26
+Y[i+1] = Y[i] * 5^5 mod 2^26
393
394
-THIS NEEDS FIXING!!
+THIS NEEDS FIXING!! plus mod superscripted?!
395
396
, where the period is 2^24, and the initial seed must be odd (Thanks to Professor I. Mitrani for his help in developing this.)
397
0 commit comments