random static method

int random()

Implementation

static int random() => _random.nextInt(0x7FFFFFFF);