Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ random
Function
random
deps/v8/tools/clusterfuzz/js_fuzzer/random.js:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
function
random() {
22
return
Math.random();
23
}
24
25
function
uniform(min, max) {
26
return
Math.random() * (max - min) + min;
Callers
4
twoBucketSample
Function · 0.70
sequence
Function · 0.50
getFormDataBoundary
Method · 0.50
getFormDataBoundary
Method · 0.50
Calls
1
random
Method · 0.80
Tested by
no test coverage detected