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
8namespace bitrl
9{
10namespace utils
11{
17inline std::string uuid4() { return boost::uuids::to_string(boost::uuids::random_generator()()); }
18
19} // namespace utils
20} // namespace bitrl
21
22#endif // UTILS_H
std::string uuid4()
Definition bitrl_utils.h:17
Definition bitrl_consts.h:14