![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Random UUID generator. More...
#include <dfx-utilities/UUIDGenerator.hpp>
Static Public Member Functions | |
| static UUID | generate () |
| Generate a new UUID. | |
Random UUID generator.
Generates UUID values using a pseudo-random number generator.
The generator:
|
static |
Generate a new UUID.
Each call returns a UUID filled with pseudo-random bytes. Uniqueness is probabilistic and scoped to the quality of the RNG.
This function is thread-safe as 1 UUIDGenerator instance is created per thread.