musl-tcc/src/prng/__seed48.c

4 lines
89 B
C
Raw Normal View History

2022-03-20 08:48:53 +00:00
#include "rand48.h"
unsigned short __seed48[7] = { 0, 0, 0, 0xe66d, 0xdeec, 0x5, 0xb };