class ThreadLocalRandom extends Random

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadLocalRandom
  2. Random
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def doubles(randomNumberOrigin: Double, randomNumberBound: Double): DoubleStream
    Definition Classes
    ThreadLocalRandomRandom
  7. def doubles(streamSize: Long, randomNumberOrigin: Double, randomNumberBound: Double): DoubleStream
    Definition Classes
    ThreadLocalRandomRandom
  8. def doubles(): DoubleStream
    Definition Classes
    ThreadLocalRandomRandom
  9. def doubles(streamSize: Long): DoubleStream
    Definition Classes
    ThreadLocalRandomRandom
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def ints(randomNumberOrigin: Int, randomNumberBound: Int): IntStream
    Definition Classes
    ThreadLocalRandomRandom
  16. def ints(streamSize: Long, randomNumberOrigin: Int, randomNumberBound: Int): IntStream
    Definition Classes
    ThreadLocalRandomRandom
  17. def ints(): IntStream
    Definition Classes
    ThreadLocalRandomRandom
  18. def ints(streamSize: Long): IntStream
    Definition Classes
    ThreadLocalRandomRandom
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def longs(randomNumberOrigin: Long, randomNumberBound: Long): LongStream
    Definition Classes
    ThreadLocalRandomRandom
  21. def longs(streamSize: Long, randomNumberOrigin: Long, randomNumberBound: Long): LongStream
    Definition Classes
    ThreadLocalRandomRandom
  22. def longs(): LongStream
    Definition Classes
    ThreadLocalRandomRandom
  23. def longs(streamSize: Long): LongStream
    Definition Classes
    ThreadLocalRandomRandom
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def next(bits: Int): Int
    Attributes
    protected
    Definition Classes
    ThreadLocalRandomRandom
  26. def nextBoolean(): Boolean
    Definition Classes
    ThreadLocalRandomRandom
  27. def nextBytes(bytes: Array[Byte]): Unit
    Definition Classes
    Random
  28. def nextDouble(origin: Double, bound: Double): Double
  29. def nextDouble(bound: Double): Double
  30. def nextDouble(): Double
    Definition Classes
    ThreadLocalRandomRandom
  31. def nextFloat(): Float
    Definition Classes
    ThreadLocalRandomRandom
  32. def nextGaussian(): Double
    Definition Classes
    ThreadLocalRandomRandom
  33. def nextInt(origin: Int, bound: Int): Int
  34. def nextInt(bound: Int): Int
    Definition Classes
    ThreadLocalRandomRandom
  35. def nextInt(): Int
    Definition Classes
    ThreadLocalRandomRandom
  36. def nextLong(origin: Long, bound: Long): Long
  37. def nextLong(bound: Long): Long
  38. def nextLong(): Long
    Definition Classes
    ThreadLocalRandomRandom
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final val randomStreamCharacteristics: 17728
    Definition Classes
    Random
  42. def setSeed(seed: Long): Unit
    Definition Classes
    ThreadLocalRandomRandom
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Random

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped