nextLong

Common
JVM
JS
Native
1.3
fun Random.nextLong(range: LongRange): Long
(source)

Gets the next random Long from the random number generator in the specified range.

Generates a Long random value uniformly distributed in the specified range: from range.start inclusive to range.endInclusive inclusive.

Exceptions

IllegalArgumentException - if range is empty.