MCPcopy 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 */
354function randomInt(min, max) {
355 return Math.round(Math.random() * (max - min) + min);
356}
357// 双平台log输出
358function DoubleLog(data) {
359 if ($.isNode()) {

Callers 1

getRandomTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected