get_all_households# get_all_households(homes_dic)[source]# Get all households in a list, randomly assorted. Parameters: homes_dic (dict) – A dictionary of households by age indexed by household size Returns: A random ordering of households with the ages of the individuals. Return type: list