UUID generator
hopi_uuid_generatorGenerate 1 to 100 random version 4 UUIDs using a cryptographically secure random source. Never uses Math.random. Source: https://hopi.co.uk/uuid-generator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many UUIDs to generate, 1 to 100 (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| uuids | No | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |