Update rand.js

This commit is contained in:
Namhyeon Go 2022-01-09 02:52:19 +09:00 committed by GitHub
parent ce92d559a4
commit e6b02e3b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
// Ramdom
function getInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);