Lets say a torus is given by its major and minor radius. How to pick a set of N random points on its surface, with equal distribution?
("equal distribution" = for any chosen subsurface of the torus with same area, probability of any number of points obtained by this method and belonging to that area is the same)
I tried applying some methods from related Wolfram web page, but did not succeed. (This web page is for the sphere case instead of torus.) I asked myself this question out of sheer curiosity. But now I don't know how to solve it. :(