upkie  11.0.0
Open-source wheeled biped robots

◆ random_string()

std::string upkie::cpp::utils::random_string ( unsigned  length = 16)
inline

Generate a random string.

Parameters
[in]lengthString length.
Returns
Random string.

The generated string contains only alphanumeric characters with no repetition.