drager / faker

A library for Dart that generates fake data.
MIT License
231 stars 54 forks source link

Getting a random image with the same keywords and size parameters always returns the same image. #35

Closed QuagStack closed 3 years ago

QuagStack commented 3 years ago

Getting a random image with the same keywords and size parameters always returns the same image.

This can be an issue if I need multiple random images with the same search parameters.

drager commented 3 years ago

Thanks for the report and the fix! Sounds like a good improvement!

Fixed in #36