add()
– almost always, as you saidroll()
– for example you want to “dispense” events in one month. The algorithm may be to proceed a number of days and place the event, then proceed further. When the end of the month is reached, it should start over from the beginning. Henceroll()
.