getBool static method

bool getBool()

Implementation

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