Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fortuna/src

A TypeScript module for random events and gacha.
Latest
Index
coin.ts
die.ts
limited_machine.ts
machine.ts
roll.ts

Roll one item from a pool using linear search. Simple and great for one-time use pools. Use GachaMachine if you will be picking multiple items from the same pool.