The other day I was just messing around with some code, trying to experiment with objects that copy themselves over and over again. So I got this simple system working where these "cells" will double every 5/6 of a second and then shoot off in a random direction at a random speed. What I found remarkable about this is that a certain pattern will eventually appear if you can get enough cells to spawn; the cells will seem to pull each other together just before they spawn again.
Here's what it looks like:

Like I said, the speed and directions are completely random, and yet the pattern still exists. Strange but intriguing. Try for yourself. If the earlier cells disappear, just refresh the page.
If you want to know why this happens, read on:
Spoiler: show
