UNPKG

286 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class RandomIntGenerator {
4 static generate() {
5 return Math.floor(Math.random() * (Math.pow(2, 32) + 1));
6 }
7}
8exports.default = RandomIntGenerator;
9//# sourceMappingURL=RandomIntGenerator.js.map
\No newline at end of file