**Is your feature request related to a problem? Please describe.** For example I want to add default avatar from username and it should be consistent when generated twice. **Describe the solution you'd like** ```python username = "chiliec" stableAvatar = pa.Avatar.random(from=username) ```