HomeSort by: relevance | last modified time | path
    Searched defs:rand_type (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
random.c 71 static int rand_type = 3; variable in typeref:typename:int
84 if (rand_type != 0) {
101 if (rand_type == 0) {
  /src/common/lib/libc/stdlib/
random.c 249 static int rand_type = TYPE_3; variable in typeref:typename:int
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
351 state[-1] = rand_type;
353 state[-1] = MAX_TYPES * (uint32_t)(rptr - state) + rand_type;
358 rand_type = TYPE_0;
362 rand_type = TYPE_1;
366 rand_type = TYPE_2;
370 rand_type = TYPE_3;
374 rand_type = TYPE_4
    [all...]

Completed in 24 milliseconds