SecureRandom

final class SecureRandom extends Random
class Random
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

final override protected def next(numBits: Int): Int
Definition Classes
Random
override def nextBytes(bytes: Array[Byte]): Unit
Definition Classes
Random

Inherited methods

def doubles(x$0: Double, x$1: Double): DoubleStream
Inherited from:
Random
def doubles(x$0: Long, x$1: Double, x$2: Double): DoubleStream
Inherited from:
Random
def doubles(): DoubleStream
Inherited from:
Random
def doubles(x$0: Long): DoubleStream
Inherited from:
Random
def ints(x$0: Int, x$1: Int): IntStream
Inherited from:
Random
def ints(x$0: Long, x$1: Int, x$2: Int): IntStream
Inherited from:
Random
def ints(): IntStream
Inherited from:
Random
def ints(x$0: Long): IntStream
Inherited from:
Random
def longs(x$0: Long, x$1: Long): LongStream
Inherited from:
Random
def longs(x$0: Long, x$1: Long, x$2: Long): LongStream
Inherited from:
Random
def longs(): LongStream
Inherited from:
Random
def longs(x$0: Long): LongStream
Inherited from:
Random
def nextBoolean(): Boolean
Inherited from:
Random
def nextDouble(): Double
Inherited from:
Random
def nextFloat(): Float
Inherited from:
Random
def nextGaussian(): Double
Inherited from:
Random
def nextInt(x$0: Int): Int
Inherited from:
Random
def nextInt(): Int
Inherited from:
Random
def nextLong(): Long
Inherited from:
Random
def setSeed(x$0: Long): Unit
Inherited from:
Random