pub fn initialize_dna<U>(
    alleles: &[U::Gene],
    genes_per_individual: i32,
    needs_unique_ids: bool
) -> Vec<U::Gene>
where U: GenotypeT + Send + Sync + 'static + Clone,
Expand description

Function to initialize the dna of an individual