MCPcopy Create free account
hub / github.com/Maccoder3/MAC-MD / getRandom

Function getRandom

lib/function.js:30–32  ·  view source on GitHub ↗
(ext)

Source from the content-addressed store, hash-verified

28}
29
30const getRandom = (ext) => {
31 return `${Math.floor(Math.random() * 10000)}${ext}`
32}
33
34const h2k = (eco) => {
35 var lyrik = ['', 'K', 'M', 'B', 'T', 'P', 'E']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected