Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdevlin
3782 days ago
Why did you need to write an implementation of Mersenne Twister?
1 comments
bpicolo
3782 days ago
"No open source code."
link
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