newSeed static method

int newSeed()

Returns a new seed value.

Implementation

static int newSeed() => _nonrepeatableRandom.nextInt(randMaxInt);