log src/core/random_func.hpp @ 17148:848eb1ffb17d draft

age author description
Sat, 22 Jan 2011 09:53:15 +0000 rubidium (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Sat, 17 Apr 2010 11:49:25 +0000 frosch (svn r19652) -Fix: RandomRange() is used for bigger ranges in many cases, so generally extent it to handle 32 bits. draft
Fri, 16 Apr 2010 21:21:54 +0000 frosch (svn r19643) -Fix (r19120): Industry generation failed for large maps and lots of industry types. draft
Sun, 14 Feb 2010 16:52:15 +0000 rubidium (svn r19133) -Fix [FS#3621]: [Mac OS X] --enable-desync-debug failed compiling (planetmaker) draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Thu, 14 May 2009 12:08:24 +0000 rubidium (svn r16305) -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions. draft
Sat, 25 Apr 2009 22:22:27 +0000 smatz (svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo) draft
Thu, 09 Apr 2009 22:37:59 +0000 frosch (svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions. draft
Sat, 16 Aug 2008 14:02:20 +0000 frosch (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. draft
Sun, 22 Jun 2008 15:41:38 +0000 skidd13 (svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken draft
Sun, 22 Jun 2008 15:21:51 +0000 skidd13 (svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead) draft
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. draft
Mon, 31 Mar 2008 16:07:50 +0000 skidd13 (svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future draft
Sat, 16 Feb 2008 00:46:38 +0000 smatz (svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now draft
Tue, 29 Jan 2008 00:27:25 +0000 rubidium (svn r12004) -Codechange: refactor the random functions to reduce code duplication. draft
Fri, 18 Jan 2008 03:48:29 +0000 glx (svn r11914) -Documentation: fix some @file statement draft
Wed, 26 Dec 2007 23:04:26 +0000 rubidium (svn r11704) -Codechange: remove another bunch of useless includes. draft
Sun, 23 Dec 2007 14:06:03 +0000 skidd13 (svn r11687) -Codechange: move some defines to a better place draft
Sun, 25 Nov 2007 15:35:25 +0000 skidd13 (svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random() draft
Wed, 21 Nov 2007 19:18:34 +0000 skidd13 (svn r11489) -Fix r11488: Somehow the code was added multiple times draft
Wed, 21 Nov 2007 19:13:38 +0000 skidd13 (svn r11488) -Codechange: Spilt the random functions out to seperate file draft