Home
last modified time | relevance | path

Searched refs:lcg_rand (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp78 uint32_t lcg_rand() { in lcg_rand() function
709 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()
DJavaScriptTest.js249 function lcg_rand() { function
297 var choice = lcg_rand() % test_values_max;
328 var choice = lcg_rand() % test_values_max;