Random number generators discussion

Random number generators | www.agner.org

MT speed compared to rand()
Author: Agner Date: 2008-02-10 07:45
The implementation of Rand() differs for different compiler libraries. Some are eqtremely fast but not very random. Mersenne twister is pretty fast, maybe 20 nanoseconds. I'm sure that's fast enough for most applications. The assembly version in asmlib is faster than the C++ version.
 
thread MT speed compared to rand() new - Koshmaar - 2008-02-09
last reply MT speed compared to rand() - Agner - 2008-02-10