Searched refs:test_values_max (Results 1 – 3 of 3) sorted by relevance
282 var test_values_max = 11;297 var choice = lcg_rand() % test_values_max;328 var choice = lcg_rand() % test_values_max;
218 $test_values_max = 11;233 $choice = mt_rand() % $test_values_max;281 $choice = mt_rand() % $test_values_max;
869 const int test_values_max = 11; in FuzzTest1() local884 int choice = lcg_rand() % test_values_max; in FuzzTest1()914 int choice = lcg_rand() % test_values_max; in FuzzTest1()