UNPKG

js-randomness-predictor

Version:

Predict Math.random output in Node, Deno, Bun, Chrome, Firefox, and Safari

6 lines (5 loc) 408 B
export declare const DEFAULT_NUM_PREDICTIONS = 10; export declare const DEFAULT_SEQUENCE_LENGTH = 4; export declare const MAX_NODE_PREDICTIONS = 64; export declare const PREDICTOR_ENVIRONMENTS: readonly ["firefox", "chrome", "node", "safari", "bun", "deno"]; export declare const ALL_POSSIBLE_NODEJS_MAJOR_VERSIONS: readonly [0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24];