#include /* extracted from 4.4BSD stdlib.h */ #undef RAND_MAX #define RAND_MAX 0x7fffffff int bsdrand(void); void bsdsrand(u_int seed);