Function helpers::random_string

Function Documentation

std::string helpers::random_string(std::size_t length)

Generate a random string of length length.

Parameters

length – The length of the random string.

Returns

The generated string.