#include "any_random_engine.hpp"
#include "identifier.hpp"
#include <cstdint>
#include <eagine/random_identifier.inl>
Go to the source code of this file.
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Functions | |
auto | eagine::random_identifier (any_random_engine< std::uint32_t > engine) -> identifier |
Creates an random identifier using the specified random engine. More... | |
auto | eagine::random_identifier (any_random_engine< std::uint64_t > engine) -> identifier |
Creates an random identifier using the specified random engine. More... | |
auto | eagine::random_identifier () -> identifier |
Creates an random identifier using a default random engine. More... | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt