Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vectorizer/src/utils/random/weighted.ts>useWeighted

Machine Learning utilities for TypeScript
Latest
function useWeighted
import { useWeighted } from "https://deno.land/x/vectorizer@v0.7.5/src/utils/random/weighted.ts";

Roll one from an array of weighted choices.

Parameters

  • Choices to roll from.