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