aboutsummaryrefslogtreecommitdiff
path: root/dep/SFMT/randomc.h
AgeCommit message (Collapse)Author
2013-01-23SQL: Rename SQL merged in PRVincent_Michael
2012-03-11update forgotten copyright-headers for 2012thomas33
2010-08-19Switch to using SIMD-oriented Fast Mersenne Twister for random number ↵silinoron
generation. In testing, reduced random number generation time by a factor of 8-10. Drops support for processors older than Pentium 4. Drop Mersenne Twister library; use a C++ SFMT library. --HG-- branch : trunk