HomeSort by relevance Sort by last modified time
    Searched refs:rand_type (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 249 static int rand_type = TYPE_3; variable
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
351 state[-1] = rand_type;
353 state[-1] = MAX_TYPES * (int)(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...]
  /external/bison/darwin-lib/
stdlib.h 80 int rand_type; /* Type of random number generator. */
    [all...]
  /external/bison/linux-lib/
stdlib.h 80 int rand_type; /* Type of random number generator. */
    [all...]
  /external/bison/lib/
stdlib.in.h 79 int rand_type; /* Type of random number generator. */

Completed in 83 milliseconds