generateNonSecure overloads
Declared in <bdlb_guidutil.h>
Generate and return a single non-cryptographic RFC 4122 version 4 GUID.
static
Guid
generateNonSecure();
» more...
Generate non-cryptographic RFC 4122 version 4 GUIDs into the specified array.
static
void
generateNonSecure(
Guid* result,
std::size_t numGuids = 1);
» more...
a single non-cryptographic RFC 4122 version 4 GUID
| Name | Description |
|---|---|
| result | array of Guid objects to populate |
| numGuids | number of GUIDs to generate (1 if not specified) |