org.uncommons.maths.random

UnsafeMersenneTwisterRNG

class UnsafeMersenneTwisterRNG extends Random with RepeatableRNG

Linear Supertypes
RepeatableRNG, Random, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnsafeMersenneTwisterRNG
  2. RepeatableRNG
  3. Random
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnsafeMersenneTwisterRNG(seed: Array[Byte])

  2. new UnsafeMersenneTwisterRNG(seedGenerator: SeedGenerator)

  3. new UnsafeMersenneTwisterRNG()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def doubles(arg0: Double, arg1: Double): DoubleStream

    Definition Classes
    Random
  9. def doubles(arg0: Long, arg1: Double, arg2: Double): DoubleStream

    Definition Classes
    Random
  10. def doubles(): DoubleStream

    Definition Classes
    Random
  11. def doubles(arg0: Long): DoubleStream

    Definition Classes
    Random
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getSeed(): Array[Byte]

    Definition Classes
    UnsafeMersenneTwisterRNG → RepeatableRNG
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def ints(arg0: Int, arg1: Int): IntStream

    Definition Classes
    Random
  19. def ints(arg0: Long, arg1: Int, arg2: Int): IntStream

    Definition Classes
    Random
  20. def ints(): IntStream

    Definition Classes
    Random
  21. def ints(arg0: Long): IntStream

    Definition Classes
    Random
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def longs(arg0: Long, arg1: Long): LongStream

    Definition Classes
    Random
  24. def longs(arg0: Long, arg1: Long, arg2: Long): LongStream

    Definition Classes
    Random
  25. def longs(): LongStream

    Definition Classes
    Random
  26. def longs(arg0: Long): LongStream

    Definition Classes
    Random
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def next(bits: Int): Int

    Attributes
    protected[org.uncommons.maths.random]
    Definition Classes
    UnsafeMersenneTwisterRNG → Random
  29. def nextBoolean(): Boolean

    Definition Classes
    Random
  30. def nextBytes(arg0: Array[Byte]): Unit

    Definition Classes
    Random
  31. def nextDouble(): Double

    Definition Classes
    Random
  32. def nextFloat(): Float

    Definition Classes
    Random
  33. def nextGaussian(): Double

    Definition Classes
    Random
  34. def nextInt(arg0: Int): Int

    Definition Classes
    Random
  35. def nextInt(): Int

    Definition Classes
    Random
  36. def nextLong(): Long

    Definition Classes
    Random
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def setSeed(arg0: Long): Unit

    Definition Classes
    Random
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RepeatableRNG

Inherited from Random

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped