utils.rand

Module Contents

utils.rand.get_rand_alphanum_str(length)[source]

Return a random alphanumeric string

Parameters:length – the length of the string
Returns:the generated string
utils.rand.get_rand_num_str(length)[source]

Return a random numeric string

Parameters:length – the length of the string
Returns:the generated string