Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpicolo
3782 days ago
"No open source code."
1 comments
Kluny
3782 days ago
Yeah, we got that. But why did you need a Mersenne Twister?
link
tbabb
3782 days ago
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.
link