Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kioxhiro authored Jan 13, 2025
1 parent 4ba4ae3 commit 3ca7be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {

// test

ran_no : function ( min, max ){
return Math.floor( Math.random() * ( max - min + 1 )) + min;
},
Expand Down

0 comments on commit 3ca7be4

Please sign in to comment.