// node_modules/@arcgis/core/core/uuid.js var n = "randomUUID" in crypto; function t() { if (n) return crypto.randomUUID(); const t2 = crypto.getRandomValues(new Uint16Array(8)); t2[3] = 4095 & t2[3] | 16384, t2[4] = 16383 & t2[4] | 32768; const r = (n2) => t2[n2].toString(16); return r(0) + r(1) + "-" + r(2) + "-" + r(3) + "-" + r(4) + "-" + r(5) + r(6) + r(7); } export { t }; //# sourceMappingURL=chunk-QY775BFA.js.map