mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update rand.js
This commit is contained in:
parent
ce92d559a4
commit
e6b02e3b4a
|
@ -1,3 +1,5 @@
|
|||
// Ramdom
|
||||
|
||||
function getInt(min, max) {
|
||||
min = Math.ceil(min);
|
||||
max = Math.floor(max);
|
||||
|
|
Loading…
Reference in New Issue
Block a user