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

  /src/common/lib/libc/stdlib/
random.c 180 * initstate(1, &randtbl, 128);
192 static uint32_t randtbl[DEG_3 + 1] = { variable in typeref:typename:uint32_t[]
229 * initstate(1, randtbl, 128);
232 * in the initialization of randtbl) because the state table pointer is set
233 * to point to randtbl[1] (as explained below).
235 static uint32_t *fptr = &randtbl[SEP_3 + 1];
236 static uint32_t *rptr = &randtbl[1];
248 static uint32_t *state = &randtbl[1];
252 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
263 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
    [all...]

Completed in 11 milliseconds