summaryrefslogtreecommitdiff
path: root/src/prng/rand48.h
blob: 4ed6ae5234a134117c4e564f8d36010141ea2e88 (plain) (blame)
1
2
3
4
#include <stdint.h>

uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
extern unsigned short __seed48[7];