uuid
uuid copied to clipboard
UUIDv6 implementation.
Adding a UUIDv6 implementation and putting together the functions shared between v6 and v1.
Partially addresses #76.
I do have a few questions though : first, given that uuid's already using System.Entropy instead of System.Random for the v4 UUID, should the "fake" MAC addresses for v1/v6 move to using entropy too? Second, I already put a note on the v1 module to point people towards the v6 one, on the model of the note in v3 pointing towards v5, but admitting #87 gets merged first, should I put a note in v6 pointing people towards v7?