UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

11 lines (10 loc) 383 B
import type { number_seed } from '../../types/number_percent'; /** * Generates random seed * * Note: `$` is used to indicate that this function is not a pure function - it is not deterministic * Warning: This function is NOT cryptographically secure (it uses Math.random internally) * * @private internal helper function */ export declare function $randomSeed(): number_seed;