How does MathRand() generate values? - page 4

 
elibrarius:

Measured the performance of CRandomMersenne and CRandomMother from this code. They are 3 times slower than xor128. This is not very satisfying. But according to your code, where you broke the GSF, they look better than xor128 (without the vertical bar).

Thanks, interesting comparison