License | BSD-style |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
XorShift variant: Xoroshiro128+ https://en.wikipedia.org/wiki/Xoroshiro128%2B
Xoroshiro128+ is a PRNG that uses a shift/rotate-based linear transformation. This is lar
C implementation at: http://xoroshiro.di.unimi.it/xoroshiro128plus.c