Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Drandom_r.c172 type = buf->rand_type; in __srandom_r()
239 int old_type = buf->rand_type; in weak_alias()
262 buf->rand_type = type; in weak_alias()
307 old_type = buf->rand_type; in weak_alias()
320 buf->rand_type = type; in weak_alias()
362 if (buf->rand_type == TYPE_0) in weak_alias()
Drandom.c187 .rand_type = TYPE_3,
Dstdlib.h429 int rand_type; /* Type of random number generator. */ member