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
13namespace bitrl
14{
15namespace utils
16{
22inline std::string uuid4() { return boost::uuids::to_string(boost::uuids::random_generator()()); }
23
24} // namespace utils
25} // namespace bitrl
26
27#endif // UTILS_H
std::string uuid4()
Definition bitrl_utils.h:22
Definition bitrl_consts.h:14