SecureRandomJvm

class SecureRandomJvm : Random

Functions

nextBits
Link copied to clipboard
open override fun nextBits(bitCount: Int): Int
nextBoolean
Link copied to clipboard
open override fun nextBoolean(): Boolean
nextBytes
Link copied to clipboard
open override fun nextBytes(array: ByteArray): ByteArray
open fun nextBytes(size: Int): ByteArray
open fun nextBytes(array: ByteArray, fromIndex: Int, toIndex: Int): ByteArray
nextDouble
Link copied to clipboard
open override fun nextDouble(): Double
open fun nextDouble(until: Double): Double
open fun nextDouble(from: Double, until: Double): Double
nextFloat
Link copied to clipboard
open override fun nextFloat(): Float
nextInt
Link copied to clipboard
open override fun nextInt(): Int
open override fun nextInt(until: Int): Int
open fun nextInt(from: Int, until: Int): Int
nextLong
Link copied to clipboard
open override fun nextLong(): Long
open fun nextLong(until: Long): Long
open fun nextLong(from: Long, until: Long): Long