Lines Matching refs:randtbl
150 initstate(1, randtbl, 128);
158 static long int randtbl[DEG_3 + 1] =
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) / sizeof(randtbl[0])];
209 introduced by the L.C.R.N.G. Note that the initialization of randtbl[]