I would like to know how to formally define a finite (but large) set of points uniformly distributed on a $d$-dimensional unit sphere $S^{d-1}$.
For $d=2$, the answer is trivial - we can arrange the points as a regular polygon on a circle. However, the answer for $d=3$ becomes less obvious.
My goal for ''uniform'' is that for some regular subset of the sphere, it contains points approximately proportional to the area of the subset.
Any thoughts or comments are highly appreciated!
RandomPoint[Sphere[n],k]to get $k$ points uniformly distributed on an $n$-dimensional hypersphere, e.g.,RandomPoint[Sphere[6],1000]. – David G. Stork Aug 05 '24 at 01:51