uniform_spherical_random_surface¶
-
astropy.coordinates.
uniform_spherical_random_surface
(size=1)[source]¶ Generate a random sampling of points on the surface of the unit sphere.
- Parameters
- size
python:int
The number of points to generate.
- size
- Returns
- rep
UnitSphericalRepresentation
The random points.
- rep