ACORN

From SklogWiki
Revision as of 09:16, 23 May 2019 by 78.115.82.117 (talk) (create ACORN page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ACORN is the Additive Congruential Random Number generator [1] introduced by Roy Wikramaratna in 1989.


Advantages of ACORN (from http://ACORN.wikramaratna.org/critique.html):

  • extremely light-weight code (a few lines) with reproducible results in any high-level language and on any platform;
  • theoretical convergence is mathematically proven;
  • all current empirical test suites for PRNGs are passed;
  • can be easily extended to give sequences with longer period length, and improved statistical performance over higher dimensions and with higher precision.
  • Web site

    The web site ACORN.wikramaratna.org describes ACORN in detail and provides complete references.


    References