MCPcopy Create free account
hub / github.com/nodejs/node / randomSeed

Function randomSeed

deps/v8/tools/clusterfuzz/js_fuzzer/mutators/common.js:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266function randomSeed() {
267 return random.randInt(0, 2**20);
268}
269
270function randomObject(seed) {
271 if (seed === undefined) {

Callers 3

randomObjectFunction · 0.85
randomPropertyFunction · 0.85
callRandomFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected