CellsAutomate.Mutator.Mutations.SwapCommandMutation.SwapCommandMutation C# (CSharp) 메소드

SwapCommandMutation() 공개 메소드

public SwapCommandMutation ( Random random, ICommandsList commands ) : System
random Random
commands ICommandsList
리턴 System
        public SwapCommandMutation(Random random, ICommandsList commands)
        {
            _commands = commands;
            _random = random;
        }