summaryrefslogtreecommitdiff
path: root/src/common/random.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-9/+9
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-07-12Various changes to the random interfaceHaru1-19/+15
2016-07-12Interface random.chemagx1-4/+26
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+20
2015-06-19Cleaned up some #includesHaru1-2/+0
2015-06-19Removed ".." from include directivesHaru1-5/+5
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-0/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-6/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+6
2014-05-09Fixed order of includes in all source filesHaru1-6/+12
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