Function genRandomString
Synopsis
#include <lib/inc/drogon/utils/Utilities.h>
DROGON_EXPORT std::string genRandomString(int length)
Description
Generate random a string.
- Parameters
length
- The string length The returned string consists of uppercase and lowercase letters and numbers
Source
Line 68 in lib/inc/drogon/utils/Utilities.h.