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

realZeroToOneInclusive

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

Returns a floating-point value within [0.0, 1.0]

function realZeroToOneInclusive(engine: Engine): number;
§
realZeroToOneInclusive(engine: Engine): number
[src]

§Parameters

§Return Type

§
number
[src]