Go to the source code of this file.
Namespaces | |
framework.helpers.rand | |
Functions | |
str | framework.helpers.rand.rand_string (int length=8, *bool lowercase=False) |
str | framework.helpers.rand.random_resource_suffix () |
Variables | |
framework.helpers.rand.ALPHANUM = string.ascii_letters + string.digits | |
framework.helpers.rand.ALPHANUM_LOWERCASE = string.ascii_lowercase + string.digits | |