So my model runs well but I have an error with arrivals. For my arrival rate, the system calls for a batch of entities entering the system on Thursday all at once (the time of day on Thursday doesn't really matter as long as they all get in on that day). Based on my data, there should be a batch of 45 entering the system during this day, but with some sort of variability (normal, exponential, etc.) but I can't seem to find an arrival function that allows me to have a variable arrival rate on a weekly schedule. How could I tackle this problem?