Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _next_seed
Method
_next_seed
deps/v8/tools/testrunner/testproc/fuzzer.py:301–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
299
return
False
300
301
def
_next_seed(self):
302
seed = None
303
while
not seed:
304
seed = self._rng.randint(-2147483648, 2147483647)
305
return
seed
306
307
308
class
ScavengeAnalyzer(Analyzer):
Callers
1
_create_gen
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected