summaryrefslogtreecommitdiffstats
path: root/src/MersenneTwister.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert old style casts to fix warningsSteven Riehl2014-10-121-22/+22
|
* Fixed MTRand warningsTycho2014-03-101-4/+4
|
* Be more parinoid about int sizesTycho2014-03-091-2/+0
|
* Fixed Mesannine twister to use UInt32Tycho2014-03-091-1/+3
|
* Attempted fix for several GCC warnings.madmaxoft2014-02-261-1/+1
|
* Removed register keyword from Messinne TwisterTycho2014-02-011-26/+26
| | | | Removed register as it is meaningless in c++ and causes a depreciated warning in clang 3.4 in c++ mode for va_copy
* Moved source to srcAlexander Harkness2013-11-241-0/+456