xquercus / load-balanced-scheduler

GNU General Public License v3.0
10 stars 9 forks source link

Pseudorandomness ivl #6

Closed cjdduarte closed 5 years ago

cjdduarte commented 5 years ago

I noticed that the range of ivl in the addon when it is the same or is starting, the addon will always fill from the highest to the lowest ivl, leaving for these cases pseudorandomness.

image

It is suggested to implement a random list instead of the range.

image

cjdduarte commented 5 years ago

Hi?

galantra commented 4 years ago

@cjdduarte Do you have a suggestion how to change the code to apply a random list?