GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Classes | Functions
sole Namespace Reference

Classes

struct  uuid
 

Functions

uuid uuid4 ()
 
uuid rebuild (uint64_t ab, uint64_t cd)
 
uuid rebuild (const std::string &uustr)
 

Detailed Description

Modified version of sole (https://github.com/r-lyeh-archived/sole) C++11 library to only generate UUID v4.

Sole is a lightweight C++11 library to generate universally unique identificators. Sole provides interface for UUID versions 0, 1 and 4.

https://github.com/r-lyeh/sole Copyright (c) 2013,2014,2015 r-lyeh. zlib/libpng licensed.

Based on code by Dmitri Bouianov, Philip O'Toole, Poco C++ libraries and anonymous code found on the net. Thanks guys!

Theory: (see Hoylen's answer at [1])