dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(graph): provide proper workaround for pixijs webgpu issue #1899 (#1949)
anthops
2025-04-30
adf442036b244dfafea6287bf69c22f4eb133b79
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}