Linear congruential generator

From SklogWiki
Revision as of 17:21, 10 November 2009 by Nice and Tidy (talk | contribs) (Slight tidy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The linear congruential generator for producing random numbers was developed by D. H. Lehmer [1] and is sometimes known as the Lehmer algorithm. It can be written as

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

See also[edit]

References[edit]

  1. D. H. Lehmer, "Mathematical methods in large-scale computing units", Proceedings of the 2nd Symposium on Large-Scale Digital Calculating Machinery, vol XXVI pp. 141-146 The Annals of the Computational Laboratory of Harvard University, Harvard University Press (1951)

External links[edit]