foxpy / qc

Quad C: Custom Cruel C Crate
MIT License
4 stars 0 forks source link

replace xorshift with xorshift+ or possibly Mersenne-Twister? #45

Closed foxpy closed 3 years ago

foxpy commented 3 years ago

Might also use xorshift*, xorshift128+ or other PRNG's from xorshift family. I should pick the best one. xorshift128+ sounds very tasty as it has a great period and good quality to fullfill user requirements (64 bits for unsigneds or 52 bits for double precision floating point).