This package contains factories and implementation classes to generate unique identifiers.
The implementation is divided into the following subpackages.
random subpackage contains implementations of
generators that return identifiers that appear to be random.serial subpackage contains generators that yield
sequences of identifiers that follow a regular sequence (e.g., increasing
numeric values).uuid subpackage contains implementations of the
IETF Draft UUID specification