Hacker News new | ask | show | jobs
by sdevlin 3782 days ago
Why did you need to write an implementation of Mersenne Twister?
1 comments

"No open source code."
Yeah, we got that. But why did you need a Mersenne Twister?
My understanding is that Mersenne Twister is kind of a gold standard for non-cryptographic PRNGs. Linear congruential generators are known to be rather poor, and only ideal where speed is critical and the quality doesn't matter.