Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClydeTime/Surge
/ waitRandom
Function
waitRandom
Script/Task/videoqq.js:596–599 ·
view source on GitHub ↗
(min, max)
Source
from the content-addressed store, hash-verified
594
}
595
596
async
function
waitRandom(min, max) {
597
var
time = getRandomInt(min, max);
598
await
$.wait(time);
599
}
600
601
// 随机生成整数
602
function
getRandomInt(min, max) {
Callers
1
videoqq.js
File · 0.85
Calls
2
getRandomInt
Function · 0.85
wait
Method · 0.45
Tested by
no test coverage detected