random()
Back 11 / 35
- Random Square DesignDemonstration of using random parameters to draw a square.
- Random House ExerciseDemonstration of generating an image of a house using random parameters.
- Random PointsDemonstration of stippling random points.
- Painting Exercise 1Painting program where the color and stroke is randomly changed upon mouse click.
- Painting Exercise 2Painting program where the color and stroke is randomly changed every frame.
In this video, I explore the random() function in p5.js and discuss the concept of 'parametric design.'
random() on the p5.js reference.