randomBool static method

bool randomBool()

Implementation

static bool randomBool() {
  return math.Random().nextBool();
}