Random sampling of points in a unit sphere is done by normalizing a direction vector and scaling this vector by the cube root of a uniform random number.

...
Read More