up i was asked about distributing points on the plane in a gaussian distribution
and i had no idea how to do it but have since learned that the fundamental method
is the Box-Muller transformation. The image below is a slow php script which
uses the B-M transform to map two uniformly distributed vars into two guassian vars.
thanks to bird lei for bringing this up.