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

/ast/src/lib/libast/uwin/
H A Drandom.c150 initstate(1, randtbl, 128);
158 static long int randtbl[DEG_3 + 1] = variable
174 initstate(1, randtbl, 128);
176 in the initialization of randtbl) because the state table pointer is set
177 to point to randtbl[1] (as explained below).) */
179 static long int *fptr = &randtbl[SEP_3 + 1];
180 static long int *rptr = &randtbl[1];
194 static long int *state = &randtbl[1];
200 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeo
[all...]

Completed in 8 milliseconds