Generates a short weather description.
()
| 20 | * Generates a short weather description. |
| 21 | */ |
| 22 | public String description() { |
| 23 | return faker.resolve("weather.description"); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Generates a random temperature celsius between -30 and 38 degrees. |