summaryrefslogtreecommitdiff
path: root/src/prng/lrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prng/lrand48.c')
-rw-r--r--src/prng/lrand48.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/prng/lrand48.c b/src/prng/lrand48.c
index a3c4e4e2..07e2b784 100644
--- a/src/prng/lrand48.c
+++ b/src/prng/lrand48.c
@@ -1,8 +1,6 @@
#include <stdlib.h>
#include <inttypes.h>
-
-uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
-extern unsigned short __seed48[7];
+#include "rand48.h"
long nrand48(unsigned short s[3])
{