MCPcopy
hub / github.com/basarat/typescript-book / seedrandom

Method seedrandom

code/types/lib/usage/libd.ts:19–19  ·  view source on GitHub ↗
(seed?: string)

Source from the content-addressed store, hash-verified

17
18interface Math {
19 seedrandom(seed?: string);
20}
21
22Math.seedrandom();

Callers 2

libd.jsFile · 0.80
libd.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected