generate_uuid
Generate a random UUID v4 using a secure Node.js crypto module. Ideal for creating unique identifiers in applications and systems efficiently.
Instructions
Generate a random UUID v4
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}