Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ randomInt
Function
randomInt
jlqc.js:466–468 ·
view source on GitHub ↗
* 随机整数生成
(min, max)
Source
from the content-addressed store, hash-verified
464
* 随机整数生成
465
*/
466
function
randomInt(min, max) {
467
return
Math.round(Math.random() * (max - min) + min);
468
}
469
function
randomszdx(e) {
470
e = e || 32;
471
var
t =
"QWERTYUIOPASDFGHJKLZXCVBNM1234567890"
,
Callers
1
getRandomTime
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected