pub fn rand_sphere_point(n: i32, max: i32) -> (f64, f64)
Expand description

Sample points on a sphere’s surface using the golden ratio.