function GetrandomNumberBetweenTwo(min, max) { return Math.round(Math.random() * (max - min) + min); }
Subscribe to:
Post Comments
(
Atom
)
function GetrandomNumberBetweenTwo(min, max) { return Math.round(Math.random() * (max - min) + min); }
No Comment to " Javascript - Get random number between two given number "