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

x/denouse/use/random/mod.ts

Util functions for Deno
Latest
import * as denouse from "https://deno.land/x/denouse@v0.0.12/use/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.