Hacker News new | ask | show | jobs
by bpicolo 3782 days ago
"No open source code."
1 comments

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.