cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
MMIX_rand Struct Reference

MMIX: LCG specification as recommended by Donald Knuth in "<em>The Art of Computer Programming – Seminumerical Algorithms</em>". More...

Detailed Description

MMIX: LCG specification as recommended by Donald Knuth in "<em>The Art of Computer Programming – Seminumerical Algorithms</em>".

See also
https://arxiv.org/pdf/1811.04035.pdf

This is an alternative to eg.: std::minstd and other linear congruential engines.

When invoked with operator() returns a uint64_t value.


The documentation for this struct was generated from the following file: