(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
This commit is contained in:
skidd13
2007-11-21 19:13:38 +00:00
parent d53bfd8f2f
commit 83601671c7
12 changed files with 1192 additions and 188 deletions

View File

@@ -10,6 +10,7 @@ cargotype.cpp
command.cpp
console.cpp
console_cmds.cpp
core/random_func.cpp
currency.cpp
date.cpp
debug.cpp
@@ -30,7 +31,6 @@ helpers.cpp
landscape.cpp
map.cpp
md5.cpp
mersenne.cpp
minilzo.cpp
misc.cpp
mixer.cpp
@@ -108,6 +108,7 @@ cargopacket.h
cargotype.h
command.h
console.h
core/random_func.hpp
currency.h
date.h
debug.h