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

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