(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

@@ -197,6 +197,9 @@
<File
RelativePath=".\..\src\console_cmds.cpp">
</File>
<File
RelativePath=".\..\src\core\random_func.cpp">
</File>
<File
RelativePath=".\..\src\currency.cpp">
</File>
@@ -257,9 +260,6 @@
<File
RelativePath=".\..\src\md5.cpp">
</File>
<File
RelativePath=".\..\src\mersenne.cpp">
</File>
<File
RelativePath=".\..\src\minilzo.cpp">
</File>
@@ -426,6 +426,9 @@
<File
RelativePath=".\..\src\console.h">
</File>
<File
RelativePath=".\..\src\core\random_func.hpp">
</File>
<File
RelativePath=".\..\src\currency.h">
</File>