UNPKG

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