예제 #1
0
 public InputGenerator(InputGeneratorConfig config) : base(config)
 {
     Init();
 }
예제 #2
0
 public InputGeneratorBase(InputGeneratorConfig config)
 {
     myConfig = config;
     myRandom = new Random(myConfig.Seed);
 }