Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajlopez/SimpleBus
/ getRandom
Function
getRandom
samples/Market/operator.js:30–33 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
getRandom(n)
31
{
32
return
Math.floor(Math.random() * n);
33
}
34
Callers
1
createOperation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected