I'm making ticket system and would want to know generate random 8 character length UUID. I've searched a bit and found that UUID has types between 1-4.
Mu questions
- How unique is type 1 UUID?
- Should I generate type 4 UUID and get first 8 character?
- Should I use UUID for generate 8 character length unique id?