Skip to main content
Module

x/fortuna/mod.ts

A TypeScript module for random events and gacha.
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";export { unbiasedCoin } from "./src/coin.ts"