RcppUUID {RcppUUID} | R Documentation |
Generating Universally Unique Identificators
Description
Provides functions to generating a vector of Universally Unique Identifiers (UUID) using the implementation from the Boost C++ library. Supports random (version 4), name (version 5) and time-based (version 7) UUIDs. UUIDs generation is parallelized by OpenMP.
Author(s)
Maintainer: Dirk Eddelbuettel edd@debian.org (ORCID)
Authors:
Artem Klevtsov a.a.klevtsov@gmail.com (ORCID)
See Also
Useful links:
Report bugs at https://github.com/eddelbuettel/rcppuuid/issues
[Package RcppUUID version 1.2.0 Index]