Example #1
0
 internal Genome Crossover(Genome other)
 {
     return new Genome(new[] {ReplaceRandomWith(other.GetRandom())}, _god);
 }