enum UUID::Version ¶ RFC4122 UUID versions. Members¶ Unknown = 0 ¶ Unknown version. V1 = 1 ¶ Date-time and MAC address. V2 = 2 ¶ DCE security. V3 = 3 ¶ MD5 hash and namespace. V4 = 4 ¶ Random. V5 = 5 ¶ SHA1 hash and namespace. Methods¶ #unknown? ¶ View source #v1? ¶ View source #v2? ¶ View source #v3? ¶ View source #v4? ¶ View source #v5? ¶ View source