dxorshift.xorshift1024star

Implementation of the xorshift1024* uniform random number generator.

Members

Structs

Xorshift1024star
struct Xorshift1024star

Xorshift* generators extend the basic xorshift generation mechanism by scrambling its output through multiplication by a constant factor, without touching the underlying state. The result is an extremely fast family of generators with very high-quality statistical properties.

Meta