toft icon indicating copy to clipboard operation
toft copied to clipboard

Add uuid

Open chen3feng opened this issue 11 years ago • 3 comments

chen3feng avatar May 09 '13 18:05 chen3feng

see http://docs.python.org/2/library/uuid.html for reference

yeshunping avatar Jun 11 '13 14:06 yeshunping

See also RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace This specification defines a Uniform Resource Name namespace for UUIDs, the internal format of UUIDs, and methods of generating UUIDs.

yeshunping avatar Jun 11 '13 14:06 yeshunping

Also worth noting is, that on current Linux kernels you can get a uuid by reading /proc/sys/kernel/random/uuid

yeshunping avatar Jun 12 '13 05:06 yeshunping