musl-tcc/src/prng/rand48.h

6 lines
156 B
C
Raw Normal View History

2022-03-20 08:48:53 +00:00
#include <stdint.h>
#include <features.h>
hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
extern hidden unsigned short __seed48[7];