R/RcppUUID-package.R

#' @title 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.
#'
#' @name RcppUUID
#' @docType package
#'
#' @useDynLib RcppUUID, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#'
"_PACKAGE"

Try the RcppUUID package in your browser

Any scripts or data that you put into this service are public.

RcppUUID documentation built on April 4, 2025, 2:11 a.m.