Smooth random value?

hi guys,
i was wondering how i could get a smooth animation using the random node
since the random node puts out its random numbers incredibly fast.
in this very simple setup i want to use the random node to make the cloud move with changing speeds. if i use the damper or another node to smoothen the movement the cloud doesn’t scroll from left to right anymore but starts bouncing back and forth. how can i achieve some nice left to right movement with some random? thanks j

random_val.v4p (6.1 kB)

Here is what you need (I think :) )

random_val-1_smooth.v4p (6.6 kB)

… and here the thing with the random node, the trick is to enable it frequently only in one frame, with TogEdge or like in the patch with an LFO and Change node.

random_val-1_smooth2.v4p (8.3 kB)

this is it guys…keeping the scrolling behaviour while implementing some random
cheers jannis

random_val_redux.v4p (13.5 kB)