Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uuidjs/uuid
/ rng
Function
rng
src/rng.ts:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
// performance.
4
const
rnds8 =
new
Uint8Array(16);
5
export
default
function
rng() {
6
return
crypto.getRandomValues(rnds8);
7
}
Callers
3
v7
Function · 0.70
v1
Function · 0.70
_v4
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected