getBool method

bool getBool()

Implementation

bool getBool() {
  return Random().nextBool();
}