Skip to main content
Module

x/fortuna/src/roll.ts

Gacha system (random weighted selection) in TypeScript.
Go to Latest
import * as fortuna from "https://deno.land/x/fortuna@v3.0.2/src/roll.ts";

Functions

Roll one item from a pool using linear search. Simple and great for smaller pools.