City returns a random city
()
| 181 | |
| 182 | // City returns a random city |
| 183 | func City() string { |
| 184 | return randomFrom(jsonData.Cities) |
| 185 | } |
| 186 | |
| 187 | // ProvinceForCountry returns a randomly selected province (state, county,subdivision ) name for a supplied country. |
| 188 | // If the country is not supported it will return an empty string. |
searching dependent graphs…