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