Searched refs:randtbl (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c140 * initstate(1, randtbl, 128);
151 static uint32_t randtbl[DEG_3 + 1] = { variable
169 * initstate(1, randtbl, 128);
172 * in the initialization of randtbl) because the state table pointer is set
173 * to point to randtbl[1] (as explained below).
175 static uint32_t *fptr = &randtbl[SEP_3 + 1];
176 static uint32_t *rptr = &randtbl[1];
188 static uint32_t *state = &randtbl[1];
192 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
227 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]

Completed in 34 milliseconds