Searched refs:rand_num (Results 1 – 2 of 2) sorted by relevance
136 uint64_t rand_num = rand_(odds_for + odds_against); in Mutate() local138 if (rand_num < odds_for) { in Mutate()
77 uint64_t rand_num = rand_(odds_for + odds_against); in EnumRandomGen() local78 if (rand_num < odds_for) { in EnumRandomGen()