Home
last modified time | relevance | path

Searched refs:RAND_DIVISOR (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dbuiltin.c2545 #define RAND_DIVISOR ((double)GAWK_RANDOM_MAX+1.0) in do_rand() macro
2612 tmprand = 0.5 + ( (d1/RAND_DIVISOR + d2) / RAND_DIVISOR ); in do_rand()