Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/random/mod.ts

Feature Extraction and Feature Selection in TypeScript
Go to Latest
import * as vectorizer from "https://deno.land/x/vectorizer@v0.3.7/src/utils/random/mod.ts";

Functions

Generate a normal random variate.

Generate a normally distributed array.

Rearrange characters in a string randomly.

Get random number from range

Shuffle a given array in-place.

Roll one from an array of weighted choices.