randomBool method

bool randomBool()

Get a random boolean

Implementation

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