bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl_utils.h
Go to the documentation of this file.
1
#ifndef BITRL_UTILS_H
2
#define BITRL_UTILS_H
3
4
#include <boost/uuid/uuid_generators.hpp>
5
#include <boost/uuid/uuid_io.hpp>
6
#include <string>
7
8
namespace
bitrl
9
{
10
namespace
utils
11
{
17
inline
std::string
uuid4
() {
return
boost::uuids::to_string(boost::uuids::random_generator()()); }
18
19
}
// namespace utils
20
}
// namespace bitrl
21
22
#endif
// UTILS_H
bitrl::utils::uuid4
std::string uuid4()
Definition
bitrl_utils.h:17
bitrl
Definition
bitrl_consts.h:14
libs
bitrl
src
bitrl
utils
bitrl_utils.h
Generated by
1.9.8