Function gen_points_circle_normal

Source
pub fn gen_points_circle_normal(radius: f32, n: usize) -> Vec<Vec2>
Expand description

Generate random Vec2 within a circle range with normal distribution

Points closer to the center will be denser