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

/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c116 #define TYPE_3 3 /* x**31 + x**3 + 1 */ macro
148 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
152 TYPE_3,
189 static int rand_type = TYPE_3;
340 rand_type = TYPE_3;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c121 #define TYPE_3 3 macro
250 type = n < BREAK_4 ? TYPE_3 : TYPE_4;

Completed in 134 milliseconds