dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: prefer webgl for devices with webgpu and no float32-blendable feature ...
anthops
2025-04-23
7d49dff0747f69e96ab83a98b97ece96d4268b36
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}