Returns either true or false in a most random fashion.
true
false
bool randomBool() { return _random.nextDouble() < 0.5; }