Skip to main content
?

random

Summary​

Create a new UUID based on pseudo random value

Description​

Fields​

format​

Which format to use for the UUID.

default: "cdfdaf44-ee35-11e3-846b-14109ff1a304"
hex: "cdfdaf44ee3511e3846b14109ff1a304"
urn: "urn:uuid:cdfdaf44-ee35-11e3-846b-14109ff1a304"

info​

Determines whether the output should be an object with information about the UUID. Otherwise, the UUID will be returned as a string.

{
"uuid": "cdfdaf44-ee35-11e3-846b-14109ff1a304",
"binary": {
"__struct__": "ORM",
"type": "hex",
"value": "CDFDAF44EE3511E3846B14109FF1A304",
"version": 0
},
"type": "default",
"version": 1,
"variant": "rfc4122"
}