Ejemplo n.º 1
0
 public InputGenerator(InputGeneratorConfig config) : base(config)
 {
     Init();
 }
Ejemplo n.º 2
0
 public InputGeneratorBase(InputGeneratorConfig config)
 {
     myConfig = config;
     myRandom = new Random(myConfig.Seed);
 }