nextULong

fun Random.nextULong(progression: ULongProgression): ULong

Gets the next random ULong from the random number generator in the specified progression. Generates a ULong random value uniformly distributed in the specified progression.

Since

1.1.0

See also

nextULong

Throws

IllegalArgumentException

if progression is empty.