types.forEach(function (type) {
          var i = decs[index] % indices.length;
          index = indices[i];
          indices.splice(i, 1);
          characters[index] = Characters[type][decs[index] % Characters[type].length];