mindfulnotifier icon indicating copy to clipboard operation
mindfulnotifier copied to clipboard

Randomizing doesn't work well, maybe shuffle instead?

Open wolftune opened this issue 3 years ago • 1 comments

I don't know what's up with the randomizing algorithm, but I have many reminders that basically never show up. Maybe the pseudo-randomness isn't really a good type? Probably a "shuffle" sort of algorithm would be better, i.e. one that is non-random because it makes the order unpredictable but tends to go through all the reminders instead of true randomness which repeats some several times and others never.

wolftune avatar Jul 19 '22 03:07 wolftune

Yes, agreed.

kmac avatar Jul 19 '22 03:07 kmac