Packages

case object Rrand extends RandomOp with Product with Serializable

Linear Supertypes
Serializable, RandomOp, Op, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rrand
  2. Serializable
  3. RandomOp
  4. Op
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val id: Int(47)
    Definition Classes
    RrandOp
  2. def infix: Boolean

    Whether the operator should be written in infix position.

    Whether the operator should be written in infix position. For example, Lcm is not in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

    Definition Classes
    Op
  3. final def make(a: GE, b: GE): GE
    Definition Classes
    RandomOpOp
  4. final def makeNoOptimization(a: GE, b: GE): BinaryOpUGen
    Definition Classes
    RandomOpOp
  5. def methodName: String

    The name one would call on GEOps to obtain this operator.

    The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

    Definition Classes
    Op
  6. val name: String
    Definition Classes
    RrandOp
  7. def productArity: Int
    Definition Classes
    Op → Product
  8. def productElement(n: Int): Any
    Definition Classes
    Op → Product
  9. def productElementName(n: Int): String
    Definition Classes
    Product
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def productPrefix: String
    Definition Classes
    Op → Product