Searched refs:dice_roll (Results 1 – 2 of 2) sorted by relevance
71 size_t dice_roll = rand(10); in __anonbf98e2c40102() local72 if (dice_roll < 3) { in __anonbf98e2c40102()75 } else if (dice_roll >= 3 && dice_roll < 6) { in __anonbf98e2c40102()78 } else if (dice_roll >= 6 && dice_roll < 9) { in __anonbf98e2c40102()
132 size_t dice_roll = str.empty() ? 0 : rand_(3); in StringMutate() local134 switch (dice_roll) { in StringMutate()