Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CapSoftware/Cap
/ randomInt
Function
randomInt
scripts/analytics/populate-test-data.js:40–42 ·
view source on GitHub ↗
(min, max)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
randomInt(min, max) {
41
return
Math.floor(Math.random() * (max - min + 1)) + min;
42
}
43
44
function
generateRandomTimestamp(daysAgo = 30) {
45
const
now = Date.now();
Callers
1
distributeViews
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected