aboutsummaryrefslogtreecommitdiff
path: root/src/port/erand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/erand48.c')
-rw-r--r--src/port/erand48.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/erand48.c b/src/port/erand48.c
index 12efd8193c4..9d471197c35 100644
--- a/src/port/erand48.c
+++ b/src/port/erand48.c
@@ -33,6 +33,9 @@
#include <math.h>
+#define RAND48_SEED_0 (0x330e)
+#define RAND48_SEED_1 (0xabcd)
+#define RAND48_SEED_2 (0x1234)
#define RAND48_MULT_0 (0xe66d)
#define RAND48_MULT_1 (0xdeec)
#define RAND48_MULT_2 (0x0005)