UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller

4 lines 118 B
export function coreRandom(max) { return Math.floor(Math.random() * max); } //# sourceMappingURL=coreRandom.js.map