private SinuousFaultGene(SinuousFaultGene other) : base(other) { }
public override Gene CreateRandomGene() { return(SinuousFaultGene.CreateRandom(this)); }