t

spire.random

RandomCompanion

trait RandomCompanion[G <: Generator] extends AnyRef

Self Type
RandomCompanion[G]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomCompanion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type R[X] = Random[X, G]
  2. implicit class RandomOps[A] extends AnyRef

Abstract Value Members

  1. abstract def initGenerator(): G
  2. abstract def spawn[B](op: Op[B]): R[B]

Concrete 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 boolean: R[Boolean]
  6. def byte: R[Byte]
  7. def char: R[Char]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def constant[B](b: B): R[B]
  10. def double: R[Double]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def float: R[Float]
  15. def fromDist[B](dist: Dist[B]): R[B]
  16. def generatorFromSeed(seed: Seed): G
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def int(n1: Int, n2: Int): R[Int]
  20. def int(n: Int): R[Int]
  21. def int: R[Int]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def long: R[Long]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def next[B](f: (Generator) ⇒ B): R[B]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def short: R[Short]
  29. def string(size: Size): R[String]
  30. def stringOfSize(n: Int): Random[String, G]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def tuple2[A, B](r1: R[A], r2: R[B]): R[(A, B)]
  34. def tuple3[A, B, C](r1: R[A], r2: R[B], r3: R[C]): R[(A, B, C)]
  35. def tuple4[A, B, C, D](r1: R[A], r2: R[B], r3: R[C], r4: R[D]): R[(A, B, C, D)]
  36. def unit: R[Unit]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped