Document what chars are return RsRandom::alphaNumeric

As requested by Cyril
This commit is contained in:
Gioacchino Mazzurco 2020-06-13 14:58:30 +02:00
parent 5ff5a32df7
commit f13b429f1c
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -48,7 +48,7 @@ public:
static void random_bytes(uint8_t* data, uint32_t length);
/** Return a random alphanumeric string of the given lenght */
/// Return a random alphanumeric *[0-9,A-Z,a-z] string of the given lenght
static std::string alphaNumeric(uint32_t length);
/** Return a random printable string of the given lenght */