public Rotor(int seed = 1) { Rand = new Random(seed); RotorChars = new string(Alphabets.OrderBy(x => Rand.Next()).ToArray()); }