flipCoin static method

bool flipCoin()

Implementation

static bool flipCoin() {
  return _rnd.nextBool();
}