Function firework_rs::utils::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