Random UUID Generator
Generates a random UUID.
For round ids, bet ids and anything else that needs to be unique without coordination.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Generates a new UUID. |
Outputs
| Data | Description |
|---|---|
| UUID (string) | The generated UUID. |
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |