summaryrefslogtreecommitdiff
path: root/src/common/random.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-26Changed 'tick' variables to 64 bitHaru1-6/+6
2013-09-25Renamed iTimer interface to timer.shennetsind1-1/+1
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-18/+18
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-18/+18
2012-11-20Console clean up, dropped quite a few pointless messages and modified others ...shennetsind1-1/+0
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-2/+1
2012-01-19Changed `rnd()` to return signed number to avoid possible negative-signed to ...gepard19841-3/+3
2012-01-17Fixed compilation error caused by r15483.gepard19841-1/+1
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-0/+2
2011-06-25* Added Mersenne Twister MT19937 as a random number generator.flaviojs1-0/+83