Truerandom noise
Takes a regular white noise node and multiplies it by a timestamp. Won't be random output when there is no playback, but there will be during playback.
RandEach
RandEach is designed to generate a new random value every time the condition is true — whether the signal is rising, falling, or held steady. So whether the signal crosses a threshold from below or above doesn’t matter — as long as the condition stays true, the node keeps firing.
Loop primer
Stick it in a feedback loop to kickstart it. Outputs the constant value if the input is 0, and outputs the input otherwise.
Random walk
takes a trigger input and then outputs a pitch that either goes up or down. Starting note is the midi code for the first note in the sequence, and bias is how strong the correction rubber band is. A bias of 0 will go walkabout, but a bias of 1 won't venture far.