UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

7 lines (6 loc) 273 B
/** * Returns a deterministic random number between 0 and 1. The number is derived from the * current execution index, ensuring deterministic replay. * @returns {number} A deterministic pseudo-random number between 0 and 1. */ export declare function random(): number;