Xorshift RNGs

2003
1 reference

Abstract

Description of a class of simple, extremely fast random number generators (RNGs) with periods 2k - 1 for k = 32, 64, 96, 128, 160, 192. These RNGs seem to pass tests of randomness very well.

1 repository
1 reference

Code References

gcc-mirror/gcc
1 file
libgrust/rustc-lib/core/src/slice/sort.rs
1
// Pseudorandom number generator from the "Xorshift RNGs" paper by George Marsaglia.
Link copied to clipboard!