class SecureRandom extends Random
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecureRandom
- Random
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SecureRandom()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def doubles(arg0: Double, arg1: Double): DoubleStream
- Definition Classes
- Random
- def doubles(arg0: Long, arg1: Double, arg2: Double): DoubleStream
- Definition Classes
- Random
- def doubles(): DoubleStream
- Definition Classes
- Random
- def doubles(arg0: Long): DoubleStream
- Definition Classes
- Random
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ints(arg0: Int, arg1: Int): IntStream
- Definition Classes
- Random
- def ints(arg0: Long, arg1: Int, arg2: Int): IntStream
- Definition Classes
- Random
- def ints(): IntStream
- Definition Classes
- Random
- def ints(arg0: Long): IntStream
- Definition Classes
- Random
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def longs(arg0: Long, arg1: Long): LongStream
- Definition Classes
- Random
- def longs(arg0: Long, arg1: Long, arg2: Long): LongStream
- Definition Classes
- Random
- def longs(): LongStream
- Definition Classes
- Random
- def longs(arg0: Long): LongStream
- Definition Classes
- Random
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def next(numBits: Int): Int
- Attributes
- protected
- Definition Classes
- SecureRandom → Random
- def nextBoolean(): Boolean
- Definition Classes
- Random
- def nextBytes(bytes: Array[Byte]): Unit
- Definition Classes
- SecureRandom → Random
- def nextDouble(): Double
- Definition Classes
- Random
- def nextFloat(): Float
- Definition Classes
- Random
- def nextGaussian(): Double
- Definition Classes
- Random
- def nextInt(arg0: Int): Int
- Definition Classes
- Random
- def nextInt(): Int
- Definition Classes
- Random
- def nextLong(): Long
- Definition Classes
- Random
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setSeed(x: Long): Unit
- Definition Classes
- SecureRandom → Random
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()