This example demonstrates the use of the random() function.
When the user presses the mouse button, the position and color of the circle change randomly.
Contributors: Lauren McCarthy, aaron, Animesh Sinha, Katie, Caleb Foss, Darren Kessner
Modified from Random.
Originally ported from the Processing example Random.
Random is licensed under CC BY-NC-SA 4.0.
Related Examples

A small white circle on a grey background.
Linear Interpolation
Convert a number between 0 and 1 to another range.

A large yellow circle on a black background.
Map
Convert a number from one range to another range.

A small purple circle on a black background.
Random
Get random numbers.

A small white circle in a pink rectangle.
Constrain
Keep a number within a range.

A pink clock on a grey background.
Clock
Get the current time.