Searched refs:RAND_DIVISOR (Results 1 – 1 of 1) sorted by relevance
2545 #define RAND_DIVISOR ((double)GAWK_RANDOM_MAX+1.0) in do_rand() macro2612 tmprand = 0.5 + ( (d1/RAND_DIVISOR + d2) / RAND_DIVISOR ); in do_rand()