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

nativeMath

import { nativeMath } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/randomjs/mod.ts";

An int32-producing Engine that uses Math.random()

const nativeMath: Engine;