kotlin-stdlib / kotlin.random / Random / Companion Companion Common JVM JS Native 1.0 object Companion : Random Deprecated: Use Default companion object instead Functions Common JVM JS Native 1.0 nextBits Gets the next random bitCount number of bits. fun nextBits(bitCount: Int): Int