Skip to main content
Module

x/common/mod.ts>random

common functions that I use in js, and it would be nice to not write out in every project as if reciting a poem.
Latest
variable random
import { random } from "https://deno.land/x/common@0.3.1/mod.ts";

FYI: Minimum and maximum numbers ARE included.

type

(min: number, max: number) => unknown