random

fun Int.random(): Int

Returns a random Int between 0 (inclusive) and this value (exclusive).

Extension function on Int.


Returns a random Long between 0 (inclusive) and this value (exclusive).

Extension function on Long.