fs-viewer icon indicating copy to clipboard operation
fs-viewer copied to clipboard

Order randomization

Open unreadablewxy opened this issue 5 years ago • 0 comments

Implement Fisher-Yates shuffle to randomize file order.

  • For delimited paths, this can be done on certain sections and not others, so prefix grouped files can be sorted together.
  • Could implement ephemeral stickiness with a seeded pseudo random number generator.

unreadablewxy avatar May 31 '20 18:05 unreadablewxy