4ed6ae5234a134117c4e564f8d36010141ea2e88
[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];