How to generate a valid UUID v4 that starts with specific characters?
Suppose I want to generate UUID v4 that starts with 00
– short of looping through random UUIDs until I get UUID that starts with 00
, is there a better way of doing it?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
How to generate a valid UUID v4 that starts with specific characters?
Suppose I want to generate UUID v4 that starts with 00
– short of looping through random UUIDs until I get UUID that starts with 00
, is there a better way of doing it?