Searched refs:lcg_rand (Results 1 – 2 of 2) sorted by relevance
78 uint32_t lcg_rand() { in lcg_rand() function709 int choice = lcg_rand() % test_values_max; in FuzzTest1()739 int choice = lcg_rand() % test_values_max; in FuzzTest1()824 (lcg_rand() % deprecation_rate == 0); in FuzzTest2()830 int base_type = lcg_rand() % (flatbuffers::BASE_TYPE_UNION + 1); in FuzzTest2()855 int defref = lcg_rand() % definition; in FuzzTest2()856 int instance = lcg_rand() % instances_per_definition; in FuzzTest2()871 : (lcg_rand() % 2 ? "true" : "false")); in FuzzTest2()881 flatbuffers::NumToString(lcg_rand() % 128).c_str(); in FuzzTest2()
249 function lcg_rand() { function297 var choice = lcg_rand() % test_values_max;328 var choice = lcg_rand() % test_values_max;