RT @incre_ment@twitter.com
Probably trivial to the math folks, but recently learned that the correct way to uniformly distribute points in a circle is by generating coordinates in the following manner:
r = R*sqrt(random(1));
and
theta = random(TAU);
🐦🔗: https://twitter.com/incre_ment/status/1453728837829681155