pyrolab.utils.generate_random_name# generate_random_name(count: int = 3) → str[source]# Concatenates count random words as a hyphenated string. Wordlist is located in pyrolab/data/wordlist.txt. Parameters: countint, optionalHow many words to use in the hyphenated string. Returns: strA hyphenated string of count random words.