ACG: Difference between revisions
Jump to navigation
Jump to search
(clarification:) |
(typo (volunme) volume) |
||
Line 2: | Line 2: | ||
The term ACG (Additive Congruential Generator) appears to have been used for a variant of the LCG (Linear Congruential Generator described by Knuth TAOCP | The term ACG (Additive Congruential Generator) appears to have been used for a variant of the LCG (Linear Congruential Generator described by Knuth TAOCP Volume 2, Algorithm M). | ||
Latest revision as of 19:16, 4 September 2019
The term ACG (Additive Congruential Generator) appears to have been used for a variant of the LCG (Linear Congruential Generator described by Knuth TAOCP Volume 2, Algorithm M).
ACG is not to be confused with ACORN (the Additive Congruential Random Number Generator) which is an entirely different algorithm which has different performance, theoretical, and empirical properties.