new_guid: Get one or more GUIDs
Description
A GUID (globally unique ID) can be used to identify objects such as files uniquely on the system. This method is based on the system time + plus a random number sampled from a uniform distribution
Usage
new_guid(n = 1, sep = "-", max = 1e+05)
Arguments
n
numeric Number of guids to return
sep
character Separator character
max
numeric Maximum for randomised element (default 1e6)
Value
A new GUID based on the system time + plus a random number in 0 to max