Note
This library having the decorators, please use this.
Generator.generateRandomNumber(100, 200);
// return number for you, which contains in gap between 100 and 200
Generator.generateRandomColor(155, 200);
// return r, g, b view of color for you
Generator.generateRandomString('ru', 5);
// return random string consisting from russian alpabet for ypu