(Read Chapter 0)
[ ] randomGaussian()
assigning x to randomGaussian(320, 60) is the same as the following:
let x = 60 * randomGaussian() + 320;
[ ] noise()
Without seed settings, every time would be the same.

https://editor.p5js.org/YiJiaqi/sketches/6Iqq8VXNJ
Goal: random walking with some features.
Is it possible to make a random walker goes like:

That is:
And EITHER:
?