Gets a random boolean with chance chance.
chance
static bool getBool([double chance = 0.5]) { return random.nextDouble() < chance; }