method webcrypto.Crypto.randomUUID Usage in Deno```typescript import { type webcrypto } from "node:node__crypto.d.ts"; ``` Crypto.randomUUID(): UUID Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a cryptographic pseudorandom number generator. Return Type UUID