Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wait
Method · 0.95
ua
Method · 0.95
JDSignValidator.js
File · 0.45
jsonp
Method · 0.45
constructor
Method · 0.45
run
Method · 0.45
stepPos
Method · 0.45
fixPos
Method · 0.45
moveToAndCollect
Method · 0.45
randomNumber
Function · 0.45
uuid
Function · 0.45
randomNum
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected