feat: merge Markup class into Tape class, refactor Cutter class generate method
Markup and Tape classes both generated a continiuos tape of numbers, taken from certain range. The main difference was returning value type. Now we can use single Tape class to generate sequence of numbers either from lengths range and charCodes range and interpret result numbers as we need. Cutter class now have uniqueWords bool flag, which indicates whether strings will be unique in the resulting array. This feature will be used for generating array of unique words or special signs.