#include <random_string_generator.hh>
Public Methods | |
TRandomStringGenerator (const char *pkcALPHABET) | |
TString | execute (const TString::size_type &kzSIZE) |
Definition at line 49 of file random_string_generator.hh.
|
Builds a new instance with alphabet pkcALPHABET. Definition at line 70 of file random_string_generator.hh. |
|
Generates a random string with size kzSIZE and formed using characters from the alphabet kyALPHABET.
Definition at line 80 of file random_string_generator.hh. References mpcl::text::TString. |