dm_uuid4_hyphens Function

public impure elemental function dm_uuid4_hyphens() result(uuid)

Returns UUIDv4 with hyphens (36 characters long). The PRNG has to be seeded before the first invocation by calling dm_init() once.

Arguments

None

Return Value character(len=UUID_FULL_LEN)


Calls

proc~~dm_uuid4_hyphens~~CallsGraph proc~dm_uuid4_hyphens dm_uuid4_hyphens proc~dm_uuid4 dm_uuid4 proc~dm_uuid4_hyphens->proc~dm_uuid4 proc~dm_uuid4_hyphenize dm_uuid4_hyphenize proc~dm_uuid4_hyphens->proc~dm_uuid4_hyphenize