Dxrand

final case
class Dxrand(seq: GE, length: GE) extends SingleOut with DemandRated with IsIndividual

A demand-rate UGen which outputs random elements from a sequence. Dxrand forbid repetitions, whereas Drand allows duplicate elements to appear.

Value Params
length

The number of items polled from the sequence

seq

A multi-channel signal providing the values at each step of the sequence. Typically (but not necessarily) a sequence of constant values.

See also
Companion
object
trait Serializable
trait IsIndividual
trait DemandRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
DemandRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource