Displaying 1 result from an estimated 1 matches for "c9c1".
Did you mean:
c981
2019 May 20
1
WISH: Built-in R session-specific universally unique identifier (UUID)
...R for easy
access and avoid each developer having to roll their own.
# Possible implementation
One proposal would be to bring in Simon Urbanek's 'uuid' package
(https://cran.r-project.org/package=uuid) into base R. This package
provides:
> uuid::UUIDgenerate()
[1] "b7de6182-c9c1-47a8-b5cd-e5c8307a8efb"
based on Theodore Ts'o's libuuid
(https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/). From
'man uuid_generate':
"The uuid_generate function creates a new universally unique
identifier (UUID). The uuid will be generated based on high-qua...