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

runif_discrete

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

§Parameters

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