47void pickUniqueNames(
const unsigned int & num,
const std::vector<std::string> & words,
48 const std::vector<std::string> & suffixes, std::vector<std::string> & companyNames);
@ category
This event will apply to stocks within the specified category.
void pickUniqueNames(const unsigned int &num, const std::vector< std::string > &words, const std::vector< std::string > &suffixes, std::vector< std::string > &companyNames)
Generates a vector of company names by combining words and suffixes.
std::vector< std::string > generate_name(unsigned int category, unsigned int num)
Generates a set of unique stock names based on the specified category and quantity.
const int category_list_size
The size of the category list.
const std::string category_list[category_list_size]
List of stock categories.