Searched refs:jstep (Results 1 – 1 of 1) sorted by relevance
290 int ii, i, jj, j, jstep; in run_tests() local364 jstep = 1; in run_tests()367 jstep = test_random() % all_tests[i].num; in run_tests()368 while (jstep == 0 || gcd(all_tests[i].num, jstep) != 1); in run_tests()373 j = (j + jstep) % all_tests[i].num; in run_tests()
Completed in 6 milliseconds