Order processed_at dates should fall within the specified date range
I process orders based on the processed_at_min and _max.
Orders generated via this tool seem to be using a random processed at date that falls outside of the specified "This year, This month, today".
For example, a recent batch of 150 generated orders for "This month" had roughly 33% with processed_at dates that are much older than a month (sometimes over 10 months old).
Could you make it so the processed_at date falls within the specified range?
I just ran this again to generate 150 today January 9th, and notice not one order has a processed at date for today:

The default Shopify orders view which sorts by processed at highlights how strange these random processed at dates are as notice the order numbers are not consecutive and seem to jump around:
This issue makes this tool borderline unusable for me. Is this tool actively maintained? If you'd upload the code I'd be happy to make a pull request to try to make this a config option. Otherwise, I may have to just write my own order generator.