MCPcopy
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.
4const rnds8 = new Uint8Array(16);
5export default function rng() {
6 return crypto.getRandomValues(rnds8);
7}

Callers 3

v7Function · 0.70
v1Function · 0.70
_v4Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected