EASY
if (random() % (level == EASY ? 12 : 9) < (lastchance += 2)) {
static int level = EASY; /* level of play */