UNPKG

emo

Version:

Japanese emoticon generator ヾ(@゜▽゜@)ノ

6 lines (5 loc) 165 B
module.exports = function random(from, to) { const min = to ? from : 0; const max = to || from; return Math.floor(Math.random() * ((max + 1) - min)) + min; };