randomGillespie

Randomly draw todos from the given Todo list.

Todos with a higher weight (influenced by due date, currently selected tags and last progress) have a higher probability of being drawn.

randomGillespie
(
TODOS
)
(
TODOS ts
,,,,,
in double[string] defaultWeights
,
size_t no = 5
)

Meta