OS4 DepotLogo by Nickman 
(anonymous IP: 3.145.58.169,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Library » Misc » uuid_lib.lha

uuid_lib

Description: Unique ID (UUID/GUID) generating library
Download: uuid_lib.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 12kb
Version: 1.1
Date: 10 Mar 2019
Author: Chris Young
Submitter: kas1e
Homepage: http://www.unsatisfactorysoftware.co.uk/
Category: library/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 10847
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 206  (Current version)
206  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This library generates Universally Unique IDs (UUIDs/GUIDs)
as per RFC4122.

Version 1 UUIDs are pretty much guaranteed to be unique as
they are tied to the time and place of creation.

Version 4 UUIDs have a very high probability of being unique,
and do not leak identifiable information.

Version 5 UUIDs are generated for a name in a namespace and
that name and namespace combination will be the same every
time it is generated. A v5 UUID has a very high probability
of being unique within a namespace.

Unlike utility.library's GetUniqueID() function, IDs
generated by uuid.library will be unique across reboots.
However they are not 32-bit values so do not fit the same
use case.

A command line tool is provided to generate UUIDs.
It generates v1 UUIDs by default.

Examples:

Generate a v4 UUID:
1.> uuid ver 4
b1acd74e-7af4-4a6b-afcc-676466aa1231

Generate a v5 UUID using the previous v4 UUID as a namespace:
1.> uuid ver 5 b1acd74e-7af4-4a6b-afcc-676466aa1231 uuid.library
d0fa129a-258c-505f-b561-3a36b3c21842


INSTALLATION
Copy C to C:, Libs to Libs:, and
SDK into the SDK if you have it installed.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved