import { useWeighted } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/utils/random/weighted.ts";
Roll one from an array of weighted choices.
Parameters
choices: WeightedChoice<ItemType>[]
- Choices to roll from.
Returns
Item rolled.