pub fn gen_points_circle_normal_dev(
radius: f32,
n: usize,
std_dev: f32,
) -> Vec<Vec2>
Expand description
Generate random Vec2
within a circle range with normal distribution
Points closer to the center will be denser You can specify standard deviation yourself