const getRandomInt=(t,o)=>Math.floor(Math.random()*(o-t+1))+t;export default getRandomInt;
//# sourceMappingURL=getRandomInt.min.js.map