#include #include int main() { std::cout << UUID::generateUUID(16) << std::endl; std::cout << UUID::dice(0, 65535) << std::endl; }