uniform

Evenly distributing n points on a sphere

Evenly distributing n points on a sphere Question: I need an algorithm that can give me positions around a sphere for N points (less than 20, probably) that vaguely spreads them out. There’s no need for “perfection”, but I just need it so none of them are bunched together. This question provided good code, but …

Total answers: 16