Linear congruential generator: Difference between revisions
Jump to navigation
Jump to search
Carl McBride (talk | contribs) m (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...) |
(No difference)
|
Revision as of 19:26, 20 February 2007
The Lehmer algorithm can be written as
where the user chooses , , , and a seed value to initiate the algorithm, .
References
- [ranLehmer51_photocopy]