Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ randomInt
Function
randomInt
qtx.js:354–356 ·
view source on GitHub ↗
* 随机整数生成
(min, max)
Source
from the content-addressed store, hash-verified
352
* 随机整数生成
353
*/
354
function
randomInt(min, max) {
355
return
Math.round(Math.random() * (max - min) + min);
356
}
357
// 双平台log输出
358
function
DoubleLog(data) {
359
if
($.isNode()) {
Callers
1
getRandomTime
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected