Searched refs:TYPE_4 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c127 #define TYPE_4 4 macro
250 type = n < BREAK_4 ? TYPE_3 : TYPE_4;
322 if (type < TYPE_0 || type > TYPE_4)
/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c121 #define TYPE_4 4 /* x**63 + x + 1 */ macro
344 rand_type = TYPE_4;

Completed in 42 milliseconds