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