randomInt

fun randomInt(length: Int): Int

Returns a random integer with the given length.

Parameters

length

The length of the integer.