Skip to content

Commit 7db2256

Browse files
committed
Another issue with maths
1 parent bbda717 commit 7db2256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ public abstract class RandomStream
389389

390390
The multiplicative generator uses the following algorithm:
391391

392-
Y[i+1] = Y[i] * 5^5 mod 2^26
392+
Y[i+1] = Y[i] * 5^5 mod 2^26
393393

394-
THIS NEEDS FIXING!!
394+
THIS NEEDS FIXING!! plus mod superscripted?!
395395

396396
, where the period is 2^24, and the initial seed must be odd (Thanks to Professor I. Mitrani for his help in developing this.)
397397

0 commit comments

Comments
 (0)