random_str_gen
Overview
The random_str_gen component is an application responsible for generating a random strings of the given length.
The application is completely stateless (does not start any additional process).
Configuration
Random string generator does not need any configuration parameters.
API
random_str(Length) - generates a string with digits and lower-case letters mixed of the given Length
