generateNonSecure overloads
Synopses
Declared in <bdlb_guidutil.h>
Generate and return a single non‐cryptographic RFC 4122 version 4 GUID.
static
Guid
generateNonSecure();
Generate non‐cryptographic RFC 4122 version 4 GUIDs into the specified array.
static
void
generateNonSecure(
Guid* result,
std::size_t numGuids = 1);
Return Value
a single non‐cryptographic RFC 4122 version 4 GUID
Parameters
Name |
Description |
result |
array of |
numGuids |
number of GUIDs to generate (1 if not specified) |
Created with MrDocs