Function pinocchio::randomStringGenerator
Defined in File string-generator.hpp
Function Documentation
-
inline std::string pinocchio::randomStringGenerator(const int len)
Generate a random string composed of alphanumeric symbols of a given length.
- Parameters:
len – [in] The length of the output string.
- Returns:
a random string composed of alphanumeric symbols.