pub fn float( num_chromosomes: i32, num_genes: i32, min: f32, max: f32, ) -> Codex<FloatGene, f32, Vec<Vec<f32>>>