Noise-driven curve
Feeding a slowly-increasing x-coordinate into p5's noise() function generates a smoothly-wandering y-value curve, unlike raw random() which jumps every sample.
Feeding a slowly-increasing x-coordinate into p5's noise() function generates a smoothly-wandering y-value curve, unlike raw random() which jumps every sample.