Searched refs:dice_throw (Results 1 – 1 of 1) sorted by relevance
729 std::uniform_int_distribution<int> dice_throw(1, 6); in TEST() local744 if (dice_throw(rnd) == 1) { in TEST()751 if (dice_throw(rnd) == 1) { in TEST()