UNPKG

172 BTypeScriptView Raw
1import { Engine } from "../types";
2/**
3 * Returns a floating-point value within [0.0, 1.0]
4 */
5export declare function realZeroToOneInclusive(engine: Engine): number;