cowtowncoder / java-uuid-generator

Java Uuid Generator (JUG) is a Java library for generating all standard UUID versions (v1 - v7)
Apache License 2.0
751 stars 103 forks source link

Add support for Proposed type v8 (fully custom) #47

Open cowtowncoder opened 2 years ago

cowtowncoder commented 2 years ago

So as per:

there are 3 types; this is for implementing variant 8, DIY variant where actual definition of structure is not specified by spec; this can be used for fully custom uuids where semantics are specific to use case / context.

It may be that this just means ability to accept such uuids, or something more, depending on what makes most sense.