Types of UUID

  • v1: mac address + time + random
  • v4: completely random
  • v5: input + seed (consistent, derived from input)
  • v7: time + random (distributed sortable ids)

Source