MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / SeedRandomOptions

Interface SeedRandomOptions

apps/storybook/src/mockData/seedrandom.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2 type PRNG = () => number;
3
4 interface SeedRandomOptions {
5 entropy?: boolean;
6 state?: boolean;
7 pass?: PRNG;
8 global?: boolean;
9 }
10
11 function seedrandom(seed?: string | number, options?: SeedRandomOptions): PRNG;
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected