nextRandom method

Random nextRandom()

Implementation

Random nextRandom() => Random(nextInt(1234567890));