mono-uuid-generator
mono-uuid-generator copied to clipboard
Mono Uuid Generator (Mug) is a library for generating all (3) types of UUIDs on Mono and is direct translation from Java Uuid Generator (JUG).
Results
1
mono-uuid-generator issues
Sort by
recently updated
recently updated
newest added
I was looking at the following code: http://github.com/tlaukkan/mono-uuid-generator/blob/master/UUIDTimer.cs#L184 The line that I highlighted will not give you a valid Time UUID, because the Environment.TickCount is the system uptime, not the...