summaryrefslogtreecommitdiff
path: root/staging/mausezahn.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mausezahn.c')
-rw-r--r--staging/mausezahn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c
index d3d037b..80bfe7d 100644
--- a/staging/mausezahn.c
+++ b/staging/mausezahn.c
@@ -339,6 +339,7 @@ int reset(void)
// Initialize random generator
time(&t);
srand((unsigned int)t);
+ srand48(t);
// Reset device_list
for (i=0; i<MZ_MAX_DEVICES; i++) {