MCPcopy 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
40function randomInt(min, max) {
41 return Math.floor(Math.random() * (max - min + 1)) + min;
42}
43
44function generateRandomTimestamp(daysAgo = 30) {
45 const now = Date.now();

Callers 1

distributeViewsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected