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

uint32

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

Returns a value within [0, 0xffffffff]

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

§Parameters

§Return Type

§
number
[src]