/* simple reentrant substitution for rand */


#define RAND_R_MAX  233280

int myrand_r(int * seed_p);
