MCPcopy 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
368function 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
374function showmsg() {}
375

Callers 1

execActsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected