MCPcopy 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 */
466function randomInt(min, max) {
467 return Math.round(Math.random() * (max - min) + min);
468}
469function randomszdx(e) {
470 e = e || 32;
471 var t = "QWERTYUIOPASDFGHJKLZXCVBNM1234567890",

Callers 1

getRandomTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected