Function pinocchio::randomStringGenerator

Function Documentation

inline std::string pinocchio::randomStringGenerator(const int len)

Generate a random string composed of alphanumeric symbols of a given length.

\input len The length of the output string.

Returns:

a random string composed of alphanumeric symbols.