UNPKG

@seroh/roll

Version:

An RPG dice-rolling library with a variety of built-in roll mechanics.

7 lines 194 B
import { Randomizer } from "./Randomizer"; export class SimpleRandomizer extends Randomizer { generator() { return Math.random(); } } //# sourceMappingURL=SimpleRandomizer.js.map