summaryrefslogtreecommitdiff
path: root/Source/Library/Common
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-11-15 17:42:07 +0100
committerAlexis211 <alexis211@gmail.com>2009-11-15 17:42:07 +0100
commitca1b573ef87498595a30b757d6d9c66d12d14ae6 (patch)
tree6fa043fd75c83910737c3701c0147bde782fefdf /Source/Library/Common
parent21bfca4ad4b84768f05eb4fa2bc0ad7a76b6c536 (diff)
downloadMelon-ca1b573ef87498595a30b757d6d9c66d12d14ae6.tar.gz
Melon-ca1b573ef87498595a30b757d6d9c66d12d14ae6.zip
Reading from the FAT12-formatted floppy works \o
Diffstat (limited to 'Source/Library/Common')
-rw-r--r--Source/Library/Common/Rand.ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Library/Common/Rand.ns.cpp b/Source/Library/Common/Rand.ns.cpp
index 6323ccc..65b450c 100644
--- a/Source/Library/Common/Rand.ns.cpp
+++ b/Source/Library/Common/Rand.ns.cpp
@@ -2,7 +2,7 @@
namespace Rand {
-u32int m = 2073741824, a = 50000, b = 1534;
+u32int m = 2073741978, a = 50023, b = 1534097;
u64int current = RANDOM_SEED;
u64int rand() {