I liked that you also have MonoLexID a "time-ordered and sortable Universally Unique Identifier (UUID) generator" or GUID generator.
This is for Windows, Linux, macOS.
Glad to know that you found
MonoLexID interesting. I actually worked on it for a different project that is still under development, and dropped it into Pasted once it seemed stable. I needed something with highly reliable timestamping and a smoother balance between strict monotonicity (assuring lexicographic sortability) and collision resistance.
From the confines of my novice-level understanding, it is doing the job fine.
Please do try it out and let me know what it lacks and what can be improved. It is just a single-file drop-in unit, and the generated UUID strings are structurally compatible with the
RFC 9562 UUIDv7 layout, with a strong inclination towards intra-millisecond monotonicity.