Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
function
randomSeed() {
267
return
random.randInt(0, 2**20);
268
}
269
270
function
randomObject(seed) {
271
if
(seed === undefined) {
Callers
3
randomObject
Function · 0.85
randomProperty
Function · 0.85
callRandomFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected