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

Function randomFunction

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

Source from the content-addressed store, hash-verified

260}
261
262function randomFunction(path) {
263 return random.single(availableFunctions(path));
264}
265
266function randomSeed() {
267 return random.randInt(0, 2**20);

Callers 1

randomValueFunction · 0.85

Calls 1

availableFunctionsFunction · 0.85

Tested by

no test coverage detected