summaryrefslogtreecommitdiff
path: root/src/core/random_func.hpp
AgeCommit message (Expand)Author
2020-07-03Fix: Globally apply preprocessor directive coding styleTechGeekNZ
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-01-13Fix: Grammar in a bunch of comments (#7054)nikolas
2013-10-20(svn r25893) -Fix: Document RandomRange and change misleading parameter name ...fonsinchen
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...alberth
2012-01-26(svn r23854) -Codechange: make it easier to put random debug stuff into the r...rubidium
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-01-22(svn r21886) -Codechange: move documentation towards the code to make it more...rubidium
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-04-17(svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so ...frosch
2010-04-16(svn r19643) -Fix (r19120): Industry generation failed for large maps and lot...frosch
2010-02-14(svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compilin...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-14(svn r16305) -Codechange: force-enable extra sync checking when random debugg...rubidium
2009-04-25(svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo)smatz
2009-04-09(svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the...frosch
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-06-22(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/s...skidd13
2008-06-22(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ...skidd13
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-31(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and wo...skidd13
2008-02-16(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to ...smatz
2008-01-29(svn r12004) -Codechange: refactor the random functions to reduce code duplic...rubidium
2008-01-18(svn r11914) -Documentation: fix some @file statementglx
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-23(svn r11687) -Codechange: move some defines to a better placeskidd13
2007-11-25(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp caus...skidd13
2007-11-21(svn r11489) -Fix r11488: Somehow the code was added multiple timesskidd13
2007-11-21(svn r11488) -Codechange: Spilt the random functions out to seperate fileskidd13