Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chavyleung/scripts
/ genRadomms
Function
genRadomms
jd/jd.618.adapt.js:368–372 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
}
367
368
function
genRadomms() {
369
const
max = $.VAL_radommsMax * 1
370
const
min = $.VAL_radommsMin * 1
371
return
parseInt(Math.random() * (max - min + 1) + min, 10)
372
}
373
374
function
showmsg() {}
375
Callers
1
execActs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected