MCPcopy Create free account
hub / github.com/Moli-X/Resources / random

Function random

Script/Elem/elemSign.js:341–343  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

339
340
341function random(min, max) {
342 return Math.floor(Math.random() * (max - min)) + min;
343}

Callers 1

doturnoverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected