MCPcopy 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
596async function waitRandom(min, max) {
597 var time = getRandomInt(min, max);
598 await $.wait(time);
599}
600
601// 随机生成整数
602function getRandomInt(min, max) {

Callers 1

videoqq.jsFile · 0.85

Calls 2

getRandomIntFunction · 0.85
waitMethod · 0.45

Tested by

no test coverage detected