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

x/netsaur/packages/utilities/src/mod.ts>useWeighted

Powerful machine learning, accelerated by WebGPU
Go to Latest
function useWeighted
import { useWeighted } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/mod.ts";

Roll one from an array of weighted choices.

Parameters

choices: WeightedChoice<ItemType>[]
  • Choices to roll from.

Returns

WeightedChoice<ItemType>

Item rolled.