Q: Does respect CRYPT.GenerateUuid() RFC 4122? -- When I 1st time tried CRYPT.GenerateUuid(), I got : 967ca883-b758-b782-0156-ae84b60de9bb.
According RFC 4122 3rd pard starting 'B' mean UUID version, and there are allowed only values 1-5. On beginning of 4th part is '0', but allowable variants are 8, 9, A, B.
Your library probably does not respect RFC, is it true?
Thanks for reply.
Bye