boolean static method

bool boolean()

Get a random boolean.

Implementation

static bool boolean() => random.nextBool();