UNPKG

146 BTypeScriptView Raw
1import { Engine } from "../types";
2/**
3 * Returns a value within [0, 0xffffffff]
4 */
5export declare function uint32(engine: Engine): number;