add and use internal header for *rand48 lcg
[musl] / src / prng / rand48.h
1 #include <stdint.h>
2
3 uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
4 extern unsigned short __seed48[7];