@Jinx Synesthesia perhaps?
It wasn't meant to look like anything in particular, it's just a sketch solution of how to efficiently generate random points uniformly on a circle.
The points are generated using polar coordinates and it uses the fact that you can take the maximum of two random numbers to get the appropriate distribution for r (which is faster than using SQR RND(1)).