MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / rand

Function rand

scripts/fb_autoLike.js:49–51  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

47 }
48
49 function rand(min, max) {
50 return Math.floor(Math.random() * (max - min + 1) + min);
51 }
52
53 function isRunning(value) {
54 if (!(typeof value === "boolean"))

Callers 1

startAutoLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected