randomBool method

bool randomBool()

Implementation

bool randomBool() {
  return _random.nextBool();
}