randomInt

fun randomInt(from: Int, until: Int): Int

Generate a cryptographically strong random Int in [from, until).