Sometimes the user may want to see random news from their feeds. For example, if they are brainstorming new scoring rules or debugging how the current rules work (is anything missing or having a wrong negative score).
Notes:
- Random sorting must work for filtered news, too.
- Random news order should not change on every user operation, only when it is explicitly requested by the user. For example, using the tag filter should not change the order of news, but clicking the "Refresh" button should.
- Maybe we should fully freeze the random order and introduce a special button "randomize" that will generate a new random order and be visible only when the random sorting is enabled?
Sometimes the user may want to see random news from their feeds. For example, if they are brainstorming new scoring rules or debugging how the current rules work (is anything missing or having a wrong negative score).
Notes: