Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6dylan6/jdm
/ 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
randomNumber
Function · 0.45
run
Function · 0.45
randomString
Function · 0.45
run
Function · 0.45
getActivity
Function · 0.45
randomString
Function · 0.45
random
Function · 0.45
getUUID
Function · 0.45
randomString
Function · 0.45
uuid
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected