UNPKG

it-postmsg

Version:

Streaming iterables over window.postMessage

8 lines (6 loc) 183 B
function getRandomInt (min, max) { min = Math.ceil(min) max = Math.floor(max) return Math.floor(Math.random() * (max - min)) + min } module.exports.getRandomInt = getRandomInt