MCPcopy 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
30function getRandom(n)
31{
32 return Math.floor(Math.random() * n);
33}
34

Callers 1

createOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected