MCPcopy 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
2485function rnd() {
2486 return Math.floor(Math.random() * 65536).toString(36);
2487}
2488
2489global.GUID = exports.GUID = function(max) {
2490 max = max || 40;

Callers 1

utils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected