LinRand

final case
class LinRand(lo: GE, hi: GE, minMax: GE) extends SingleOut with ScalarRated with IsIndividual

A scalar UGen that generates a single random decimal value between lo and hi with a selectable skew towards either end.

The minMax <= 0 behaves rather odd: If minMax is less than 1, the distribution is skewed towards lo (with lo = 0 and hi = 1 , the mean is approx. 0.33). If minMax is greater than or equal to 1, the distribution is skewed towards hi (with lo = 0 and hi = 1 , the mean is approx 0.66).

Value Params
hi

upper limit of the output range

lo

lower limit of the output range

minMax

if 0 , the output is skewed towards lo , if 1 , the output is skewed towards hi .

See also
Companion
object
trait Serializable
trait IsIndividual
trait ScalarRated
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
ScalarRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource