randomBool method

bool randomBool()

Generate a random boolean.

Implementation

bool randomBool() => _random.nextBool();