Most people who want UUIDs will generate small numbers of them (maybe a
few hundred thousand) and not require a huge amount of uniqueness (just
for this one application). This module provides a convenient way to obtain
that behavior.
To streamline your usage, this module publicly imports Uuid, so you can
import this module alone.
Most people who want UUIDs will generate small numbers of them (maybe a few hundred thousand) and not require a huge amount of uniqueness (just for this one application). This module provides a convenient way to obtain that behavior.
To streamline your usage, this module publicly imports Uuid, so you can import this module alone.
To use this module, just: