diff options
Diffstat (limited to 'libc/random.c')
-rw-r--r-- | libc/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/random.c b/libc/random.c index 89fe2be..a2a8273 100644 --- a/libc/random.c +++ b/libc/random.c @@ -4,7 +4,7 @@ #include <mem.h> #include <random.h> -static u32 g_seed = 0; +static u32 g_seed = 1; void srand(u32 seed) { |