UUID::Version
Inherits Enum / Comparable / Value / Object
RFC4122 UUID versions.
Constants
Unknown = 0
Unknown version.
V1 = 1
Date-time and NodeID address.
V2 = 2
DCE security.
V3 = 3
MD5 hash and namespace.
V4 = 4
Random.
V5 = 5
SHA1 hash and namespace.
V6 = 6
Reordered date-time and NodeID address, for improved DB locality.
V7 = 7
Prefixed with a UNIX timestamp with millisecond precision, filled in with randomness.
V8 = 8
Custom format for experimental or vendor-specific use cases.