dlxj
todo: 基于 CUDA 13.0 编译
2517be1
Raw
History Blame Contribute Delete
121 Bytes
export function uuid(): string {
return globalThis.crypto?.randomUUID?.() ?? Math.random().toString(36).substring(2);
}