rubidium
|
043c3c8b06
|
(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.
|
2009-05-14 12:08:24 +00:00 |
|
smatz
|
e54aca7905
|
(svn r16148) -Fix [FS#2839]: misleading comment (part by Bilbo)
|
2009-04-25 22:22:27 +00:00 |
|
frosch
|
870e234d23
|
(svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions.
|
2009-04-09 22:37:59 +00:00 |
|
frosch
|
92f3c368b8
|
(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.
|
2008-08-16 14:02:20 +00:00 |
|
skidd13
|
6169c3fc17
|
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
|
2008-06-22 15:41:38 +00:00 |
|
skidd13
|
8b7d893d85
|
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
|
2008-06-22 15:21:51 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(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.
|
2008-05-06 15:11:33 +00:00 |
|
skidd13
|
b93a612dfd
|
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future
|
2008-03-31 16:07:50 +00:00 |
|
smatz
|
7d45415b3d
|
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
|
2008-02-16 00:46:38 +00:00 |
|
rubidium
|
1b7051768c
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
glx
|
bba1a62db1
|
(svn r11914) -Documentation: fix some @file statement
|
2008-01-18 03:48:29 +00:00 |
|
rubidium
|
7f037d15d7
|
(svn r11704) -Codechange: remove another bunch of useless includes.
|
2007-12-26 23:04:26 +00:00 |
|
skidd13
|
fec9cd587c
|
(svn r11687) -Codechange: move some defines to a better place
|
2007-12-23 14:06:03 +00:00 |
|
skidd13
|
e36dba227b
|
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style
|
2007-11-25 15:35:25 +00:00 |
|
skidd13
|
f26e908466
|
(svn r11489) -Fix r11488: Somehow the code was added multiple times
|
2007-11-21 19:18:34 +00:00 |
|
skidd13
|
039570342d
|
(svn r11488) -Codechange: Spilt the random functions out to seperate file
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random
|
2007-11-21 19:13:38 +00:00 |
|