index
:
word-search-game
master
v2
A word search game built with the JavaScript Canvas API.
Zhineng Li <
[email protected]
>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
utility.js
blob: ab67cd2e48395b37761a3197b9680b21ec0c0ab0 (
plain
)
1
2
3
function range(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; }