Video

Normal distribution paint splatter

Unfortunately your browser is not able to show this content.

You can download normal_distribution_paint_splatter.pde (Sourcecode) and compile it with Processing.

Further explorations into randomness this time using a normal (or gaussian) distribution. This is a randomization process that shows a natural distribution instead of complete randomness. For instance the height of a population is distributed this way. People can be 150 cm to 240 cm but most people have a height around the mean (somewhere around 180 or something).

This first example splatters paint around your mouse (x-mean and y-mean) position based on a standard deviation of 30 pixels.

End result looks like the aftermath of a confetti party 😉