Skip to main content
Module

x/fortuna/mod.ts

Gacha system (random weighted selection) in TypeScript.
Go to Latest
File
export { GachaMachine } from "./src/machine.ts";export { LimitedGachaMachine } from "./src/limited_machine.ts";export { rollDie } from "./src/die.ts";export { roll } from "./src/roll.ts";