Function sinspekto::generate_hex¶
Defined in File sinspekto.hpp
Function Documentation¶
-
std::string sinspekto::generate_hex(const uint32_t len)¶
Generate a hex string of indicated length.
This function makes use of random_char() to output a random string.
- Parameters
len – [in] Number of characters in string.
- Returns
random hex string.