XSL RR RR -- fixed xorshift (to low bits), random rotate (both parts)
Useful for 128-bit types that are split across two CPU registers. If you really want an invertible 128-bit RNG, I guess this is the one.
See Implementation
XSL RR RR -- fixed xorshift (to low bits), random rotate (both parts)
Useful for 128-bit types that are split across two CPU registers. If you really want an invertible 128-bit RNG, I guess this is the one.