pub fn gen_points_circle_normal(radius: f32, n: usize) -> Vec<Vec2>
Generate random Vec2 within a circle range with normal distribution
Vec2
Points closer to the center will be denser