UNPKG

simple-captcha

Version:
3 lines 92 B
module.exports = function (from, to) { return Math.floor(Math.random()*(to-from))+from; };