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.
Implementation of the xorshift1024* uniform random number generator.