Qore UUID Module  1.4
UUID Generation Constants

Variables

const Qore::UUID::Empty = QUF_EMPTY
 The UUID will be assigned the null value on creation.
 
const Qore::UUID::HAVE_UNPARSE_CASE = True
 If case is supported in the UUID::toString() method; this is always True.
 
const Qore::UUID::None = QUF_NONE
 No value; this is the default.
 
const Qore::UUID::Random = QUF_RANDOM
 Force the use of the all-random UUID format, even if a high-quality random number generator is not available for the library.
 
const Qore::UUID::Time = QUF_TIME
 Force the use of the alternative algorithm that uses the current time and local ethernet MAC address (if available); note that this algorithm can leak information about when and where the UUID was generated.
 

Detailed Description