Skip to content

Instantly share code, notes, and snippets.

@Benzidrine
Created August 16, 2019 03:41
Show Gist options
  • Save Benzidrine/dfb9a7673a9b3da7372d033eff2ed6d1 to your computer and use it in GitHub Desktop.
Save Benzidrine/dfb9a7673a9b3da7372d033eff2ed6d1 to your computer and use it in GitHub Desktop.
public void Mutate()
{
Random rnd = new Random();
int Index = rnd.Next(0,genes.Count);
genes[Index] = GenerateGene();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment