diff options
Diffstat (limited to 'src/prng/rand48.h')
-rw-r--r-- | src/prng/rand48.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/prng/rand48.h b/src/prng/rand48.h new file mode 100644 index 00000000..4ed6ae52 --- /dev/null +++ b/src/prng/rand48.h @@ -0,0 +1,4 @@ +#include <stdint.h> + +uint64_t __rand48_step(unsigned short *xi, unsigned short *lc); +extern unsigned short __seed48[7]; |