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