UNPKG

@mojaloop/central-services-stream

Version:
8 lines (6 loc) 135 B
const randomNumber = (min, max) => { return Math.floor(min + Math.random() * (max - min + 1)) } module.exports = { randomNumber }