secureRandom method

T secureRandom()

Generates a cryptographically secure random number between min, inclusive, and max, exclusive.

Implementation

T secureRandom() => _random(math.Random.secure());