aimgame/src/utils/randomNumber.js

3 lines
77 B
JavaScript

export function randomNumber() {
return Math.floor(Math.random() * 80);
}