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

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

Powerful machine learning, accelerated by WebGPU
Go to Latest
import * as netsaur from "https://deno.land/x/netsaur@0.4.0-patch/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.