Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

unif

import { unif } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/mentat/stats/distributions.ts";
function unif(
x: number,
min: number,
max: number,
);
§
unif(x: number, min: number, max: number)
[src]

§Parameters

§
x: number
[src]
§
min: number
[src]
§
max: number
[src]