Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/totaljs/framework
/ rnd
Function
rnd
utils.js:2485–2487 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2483
};
2484
2485
function
rnd() {
2486
return
Math.floor(Math.random() * 65536).toString(36);
2487
}
2488
2489
global.GUID = exports.GUID =
function
(max) {
2490
max = max || 40;
Callers
1
utils.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected