MCPcopy Create free account
hub / github.com/6dylan6/jdpro / random

Method random

function/magic.js:626–629  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

624 }
625
626 random(min, max) {
627 return Math.min(Math.floor(min + Math.random() * (max - min)), max);
628
629 }
630
631 async notify(text, desc) {
632 return notify.sendNotify(text, desc);

Callers 15

waitMethod · 0.95
uaMethod · 0.95
JDSignValidator.jsFile · 0.45
jsonpMethod · 0.45
constructorMethod · 0.45
runMethod · 0.45
stepPosMethod · 0.45
fixPosMethod · 0.45
moveToAndCollectMethod · 0.45
randomNumberFunction · 0.45
uuidFunction · 0.45
randomNumMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected