generateNonSecure overloads

Synopses

Declared in <bdlb_guidutil.h>

Generate and return a single non‐cryptographic RFC 4122 version 4 GUID.

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 Guid objects to populate

numGuids

number of GUIDs to generate (1 if not specified)

Created with MrDocs