Trait

spire.random

RandomCompanion

Related Doc: package random

Permalink

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]

    Permalink
  2. implicit class RandomOps[A] extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def initGenerator(): G

    Permalink
  2. abstract def spawn[B](op: Op[B]): R[B]

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def boolean: R[Boolean]

    Permalink
  6. def byte: R[Byte]

    Permalink
  7. def char: R[Char]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def constant[B](b: B): R[B]

    Permalink
  10. def double: R[Double]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def float: R[Float]

    Permalink
  15. def fromDist[B](dist: Dist[B]): R[B]

    Permalink
  16. def generatorFromSeed(seed: Seed): G

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def int(n1: Int, n2: Int): R[Int]

    Permalink
  20. def int(n: Int): R[Int]

    Permalink
  21. def int: R[Int]

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def long: R[Long]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def next[B](f: (Generator) ⇒ B): R[B]

    Permalink
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def short: R[Short]

    Permalink
  29. def string(size: Size): R[String]

    Permalink
  30. def stringOfSize(n: Int): Random[String, G]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def tuple2[A, B](r1: R[A], r2: R[B]): R[(A, B)]

    Permalink
  34. def tuple3[A, B, C](r1: R[A], r2: R[B], r3: R[C]): R[(A, B, C)]

    Permalink
  35. def tuple4[A, B, C, D](r1: R[A], r2: R[B], r3: R[C], r4: R[D]): R[(A, B, C, D)]

    Permalink
  36. def unit: R[Unit]

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped