RandomOp

sealed abstract
class RandomOp extends Op
class Op
trait Product
trait Equals
class Object
trait Matchable
class Any
object Bilinrand
object Coin
object Linrand
object Rand
object Rand2
object Sum3rand

Value members

Concrete methods

final
def make(a: GE): GE
final

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def id: Int
Inherited from
Op
def methodName: String

The name one would call on GEOps to obtain this operator. For example, for Neg this would be unary_-.

The name one would call on GEOps to obtain this operator. For example, for Neg this would be unary_-.

Inherited from
Op
def name: String

The name one would use to display the operator in a user friendly way. For example, for Neg this would be -.

The name one would use to display the operator in a user friendly way. For example, for Neg this would be -.

Inherited from
Op
def prefix: Boolean

Whether the operator should be written in prefix position. For example, Ampdb is '''not''' in prefix position, you would write signal.ampDb, whereas Neg is prefix position, as you would write -signal.

Whether the operator should be written in prefix position. For example, Ampdb is '''not''' in prefix position, you would write signal.ampDb, whereas Neg is prefix position, as you would write -signal.

Inherited from
Op
final override
def productArity: Int
Definition Classes
Op -> Product
Inherited from
Op
final override
def productElement(n: Int): Any
Definition Classes
Op -> Product
Inherited from
Op
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final override
def productPrefix: String
Definition Classes
Op -> Product
Inherited from
Op