Example #1
0
 public ServiceRegistry()
 {
     random             = new Random();
     log                = new Logger();
     reproductionMethod = new ReproductionMethod(ReproductionMethod.Methods.Asexual);
     csv                = new CSVOutputter();
 }
 public ServiceRegistry()
 {
     random = new Random();
     log = new Logger();
     reproductionMethod = new ReproductionMethod(ReproductionMethod.Methods.Asexual);
     csv = new CSVOutputter();
 }