Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
RandomDirGenerator.h
1#ifndef __RANDOMDIRGENERATOR_H_
2#define __RANDOMDIRGENERATOR_H_
3#include <time.h>
4
5#include <filesystem>
6#include <string>
7
8std::string timeToStr(const std::time_t& time_p);
9
10std::string GenerateRandomString(size_t len);
11std::filesystem::path CreateRandomSubDir(
12 const std::filesystem::path& parentDir);
13std::filesystem::path GetRandomSubDirPath(
14 const std::filesystem::path& parentDir);
15#endif //__RANDOMDIRGENERATOR_H_