nextUInt

fun Random.nextUInt(progression: UIntProgression): UInt

Gets the next random UInt from the random number generator in the specified progression. Generates an UInt random value uniformly distributed in the specified progression.

Since

1.1.0

See also

nextUInt

Throws

IllegalArgumentException

if progression is empty.