UNPKG
prohighlya
Version:
latest (1.0.0)
1.0.0
highly
prohighlya
/
mod
/
a.js
5 lines
(4 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
function
rnd
(
m,n
){
return
Math
.
random
()*(m-n)+n }
module
.
exports
=rnd;