ACG: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
(clarification:)
(clarification:)
Line 4: Line 4:
The term ACG (Additive Congruential Generator) appears to have been used for a variant of the  LCG (Linear Congruential Generator described by Knuth TAOCP Volunme 2, Algorithm M).
The term ACG (Additive Congruential Generator) appears to have been used for a variant of the  LCG (Linear Congruential Generator described by Knuth TAOCP Volunme 2, Algorithm M).


ACG is not to be confused with [[ACORN]] (Additive Congruential Random Number Generator.  
 
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.  





Revision as of 10:37, 5 July 2019

This article is a 'stub' page, it has no, or next to no, content. It is here at the moment to help form part of the structure of SklogWiki. If you add sufficient material to this article then please remove the {{Stub-general}} template from this page.


The term ACG (Additive Congruential Generator) appears to have been used for a variant of the LCG (Linear Congruential Generator described by Knuth TAOCP Volunme 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.


References