Linear congruential generator

From SklogWiki
Revision as of 19:26, 20 February 2007 by Carl McBride (talk | contribs) (New page: The Lehmer algorithm can be written as <math>y_{n+1}\equiv ay_n + b~~~(\mod ~m),</math> where the user chooses <math>a</math>, <math>b</math>, <math>m</math>, and a seed value to initiat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Lehmer algorithm can be written as

where the user chooses , , , and a seed value to initiate the algorithm, .

References

  1. [ranLehmer51_photocopy]