uuid_generate_random | R Documentation |
Function generates uuids using operating system provided entropy.
uuid_generate_random(n = 1L)
n |
Number of generated UUIDs. |
Character vector with UUIDs.
https://www.boost.org/doc/libs/1_72_0/libs/uuid/doc/uuid.html#Random%20Generator
# generate random UUIDs
uuid_generate_random(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.