//in npm, type npm install random-int import randomInteger from 'random-int'; randomInteger(5); //=> 3 randomInteger(10, 100); //=> 54