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

x/netsaur/packages/utilities/src/utils/random/mod.ts

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
import * as netsaur from "https://deno.land/x/netsaur@0.4.2/packages/utilities/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.