Function radiate_rust::engines::codex::int

source ยท
pub fn int(
    num_chromosomes: i32,
    num_genes: i32,
    max: i32,
    min: i32,
) -> Codex<IntGene, i32, Vec<Vec<i32>>>