Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
function
random(min, max) {
342
return
Math.floor(Math.random() * (max - min)) + min;
343
}
Callers
1
doturnover
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected