UNPKG

hp-redux

Version:
2 lines (1 loc) 87 B
exports.randomInt = (min, max) => Math.floor(Math.random() * ((max - min) + 1)) + min;