You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
Which UUID version is used by this gem to generate UUIDs?
From my understanding of Variants and versions of UUIDs on Wikipedia, the character M defines the version and should be either set to 1, 2, 3, 4, or 5. However, when I generate a UUID using this gem, the M character appears to be always set to 0. I would have expected it to be set to 1 since the gem README indicates that the MAC address is used as part of generation.
Which UUID version is used by this gem to generate UUIDs?
From my understanding of Variants and versions of UUIDs on Wikipedia, the character
Mdefines the version and should be either set to1,2,3,4, or5. However, when I generate a UUID using this gem, theMcharacter appears to be always set to0. I would have expected it to be set to1since the gem README indicates that the MAC address is used as part of generation.