Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
Drandom.c143 #define TYPE_0 0 /* linear congruential */ macro
271 if (rand_type == TYPE_0) in srandom_unlocked()
350 if (rand_type == TYPE_0) in initstate()
358 rand_type = TYPE_0; in initstate()
381 if (rand_type == TYPE_0) in initstate()
423 if (rand_type == TYPE_0) in setstate()
428 case TYPE_0: in setstate()
442 if (rand_type != TYPE_0) { in setstate()
474 if (rand_type == TYPE_0) { in random_unlocked()