N_tables 68 rand.c static int rn[N_tables][Table_size]; /* Random number tables */ N_tables 98 rand.c for (i = 0; i<N_tables; i++) N_tables 138 rand.c for (j = 0; j<N_tables; j++) N_tables 179 rand.c for (j = 0; j<N_tables; j++) N_tables 183 rand.c for (j = 0; j<N_tables && state->ptr[j]==Table_size-1; j++) N_tables 187 rand.c if (j<N_tables) N_tables 23 rand.h int ptr[N_tables]; /* Pointers for tables of real random numbers */