Exemple #1
0
 public Vocabulary(Random rng, Dictionary<int, int> specs)
 {
     this.specs = specs;
     this.mux = Generate(rng, specs);
 }
Exemple #2
0
 public Vocabulary(Random rng, Dictionary <int, int> specs)
 {
     this.specs = specs;
     this.mux   = Generate(rng, specs);
 }