Searched refs:RAND_M (Results 1 – 1 of 1) sorted by relevance
1655 #define RAND_M (714025) macro1676 if ((*seedp=(RAND_IC-(*seedp)) % RAND_M) < 0) *seedp = -(*seedp); in random()1678 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()1681 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()1684 j=(int32_t)(1 + 97.0*iy/RAND_M); in random()1687 *seedp=(RAND_IA*(*seedp)+RAND_IC) % RAND_M; in random()1689 return (float) iy/RAND_M; in random()