Go to the documentation of this file. 1 #ifndef EAGINE_RANDOM_IDENTIFIER_HPP
9 #define EAGINE_RANDOM_IDENTIFIER_HPP
40 #if !EAGINE_LINK_LIBRARY || defined(EAGINE_IMPLEMENTING_LIBRARY)
41 #include <eagine/random_identifier.inl>
44 #endif // EAGINE_RANDOM_IDENTIFIER_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
auto random_identifier(any_random_engine< std::uint32_t > engine) -> identifier
Creates an random identifier using the specified random engine.
basic_identifier< 10, 6, default_identifier_char_set, identifier_t > identifier
Default identifier type used throughout the project.
Definition: identifier.hpp:346