diff options
Diffstat (limited to 'src/prng')
-rw-r--r-- | src/prng/__rand48_step.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prng/__rand48_step.c b/src/prng/__rand48_step.c index 105f810f..ccaffc37 100644 --- a/src/prng/__rand48_step.c +++ b/src/prng/__rand48_step.c @@ -1,4 +1,3 @@ -#include <stdlib.h> #include <stdint.h> uint64_t __rand48_step(unsigned short *xi, unsigned short *lc) |