Hacker News new | ask | show | jobs
by yuriks 4267 days ago
Some variants of XorShift (including the one used by Rust, I believe) are not only faster and much smaller than MT19973 but also produce higher quality numbers. See http://xorshift.di.unimi.it/
1 comments

Thanks! That's really interesting.