ray-template/js/uuid@9.0.1-CtRu48qb.js

2 lines
807 B
JavaScript

let e;const o=new Uint8Array(16);function i(){if(!e&&(e=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!e))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return e(o)}const u=[];for(let n=0;n<256;++n)u.push((n+256).toString(16).slice(1));function p(n,t=0){return u[n[t+0]]+u[n[t+1]]+u[n[t+2]]+u[n[t+3]]+"-"+u[n[t+4]]+u[n[t+5]]+"-"+u[n[t+6]]+u[n[t+7]]+"-"+u[n[t+8]]+u[n[t+9]]+"-"+u[n[t+10]]+u[n[t+11]]+u[n[t+12]]+u[n[t+13]]+u[n[t+14]]+u[n[t+15]]}const y=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),c={randomUUID:y};function r(n,t,m){if(c.randomUUID&&!n)return c.randomUUID();n=n||{};const d=n.random||(n.rng||i)();return d[6]=d[6]&15|64,d[8]=d[8]&63|128,p(d)}export{r as v};