SPARK
0.1.0
A general purpose game engine written in C++.
|
Generates UUIDs from C++11 <random> module. More...
#include <UuidGenerator.h>
Public Member Functions | |
UuidGenerator () | |
Instantiates a new uuid generator with a base seed. | |
UuidGenerator (uint64_t seed) | |
Instantiates a new uuid generator with a provided seed. | |
Uuid | generate () |
Generates a new uuid. | |
Generates UUIDs from C++11 <random> module.
|
explicit |
Instantiates a new uuid generator with a provided seed.
seed | The seed to use for the random generator. |
Uuid spark::lib::UuidGenerator::generate | ( | ) |
Generates a new uuid.