Lines Matching refs:lcg_rand
49 uint32_t lcg_rand() {
990 int choice = lcg_rand() % test_values_max;
1020 int choice = lcg_rand() % test_values_max;
1105 !is_struct && !is_last_field && (lcg_rand() % deprecation_rate == 0);
1112 lcg_rand() % (flatbuffers::BASE_TYPE_UNION + 1));
1136 int defref = lcg_rand() % definition;
1137 int instance = lcg_rand() % instances_per_definition;
1150 "bool", deprecated ? "" : (lcg_rand() % 2 ? "true" : "false"));
1161 ? flatbuffers::NumToString<double>(lcg_rand() % 128)
1163 : flatbuffers::NumToString<int>(lcg_rand() % 128).c_str();