generateRandoomBool static method

bool generateRandoomBool()

Implementation

static bool generateRandoomBool() {
  return prng.nextBool();
}