mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
Document what chars are return RsRandom::alphaNumeric
As requested by Cyril
This commit is contained in:
parent
5ff5a32df7
commit
f13b429f1c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user