type

Random

Random : HxComp

Generates a random number such that out = random() * multiplier + offset where random() generates a number between 0.0 (inclusive) and 1.0 (exclusive)

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

out

Then current random number

multiplier

The multiplier

offset

The offset

freq

How frequently to update the output

out StatusNumber <summary>

Then current random number

multiplier Float <val:1.0>

The multiplier

offset Float

The offset

freq Duration <minVal:0ns, val:1sec>

How frequently to update the output

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST