Definition: filesystem.cpp:34
std::string randomHexString(size_t length)
Generates a random hex string of the given length.
Definition: random.cpp:13
double randomDouble(double min, double max)
Generates a random double within the given range.
Definition: random.cpp:25