SecureRandomPosix

object SecureRandomPosix

Functions

nextBits
Link copied to clipboard
native
open fun nextBits(bitCount: Int): Int
nextBytes
Link copied to clipboard
native
open fun nextBytes(array: ByteArray, fromIndex: Int, toIndex: Int): ByteArray
nextInt
Link copied to clipboard
native
open fun nextInt(): Int