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

Sample points within a circle using the golden ratio.