UNPKG

hystrixjs

Version:

resilience module for NodeJS applications

5 lines (3 loc) 117 B
module.exports = function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; };