UNPKG

prohighlya

Version:

highly

5 lines (4 loc) 76 B
function rnd(m,n){ return Math.random()*(m-n)+n } module.exports=rnd;