Esempio n. 1
0
 public GeneralVector(GeneralFactory f, Random rand, int root)
 {
     parts   = new int[f.generators.Length];
     factory = f;
 }
Esempio n. 2
0
 public GeneralVector(GeneralFactory f)
 {
     parts   = new int[f.generators.Length];
     factory = f;
 }