Y
Hacker News
new
|
ask
|
show
|
jobs
by
Amiga64
3988 days ago
Interesting. I don't think people realize just how slow rand() can be if it is called frequently in your c/c++ program. Marsaglia's xorshf is the fastest algorithm that I know of that also give a ok statistical quality.