Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | (svn r12004) -Codechange: refactor the random functions to reduce code ↵ | rubidium | |
duplication. | |||
2008-01-18 | (svn r11914) -Documentation: fix some @file statement | glx | |
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 place | skidd13 | |
2007-11-25 | (svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp ↵ | skidd13 | |
cause they depend on Random() -Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style | |||
2007-11-21 | (svn r11489) -Fix r11488: Somehow the code was added multiple times | skidd13 | |
2007-11-21 | (svn r11488) -Codechange: Spilt the random functions out to seperate file | skidd13 | |
-Codechange: Make the mersenne twister more readable -Codechange: Unify the seeding process of random |