UUID Generator is a small little program for generating UUIDs. The intent of
UUIDs is to enable distributed systems to uniquely identify information
without significant central coordination. Thus, anyone can create a UUID and
use it to identify something with reasonable confidence that the identifier
will never be unintentionally used by anyone for anything else. (in
Programming)