UNPKG

moltres-utils

Version:
12 lines (9 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const randomInt = max => Math.floor(Math.random() * Math.floor(max)); var _default = randomInt; exports.default = _default; //# sourceMappingURL=randomInt.js.map