Home
last modified time | relevance | path

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
152 TYPE_3,
189 static int rand_type = TYPE_3;
340 rand_type = TYPE_3; in initstate()
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c121 #define TYPE_3 3 macro
248 type = n < BREAK_4 ? TYPE_3 : TYPE_4;