On Thu, Feb 27, 2014 at 10:22 PM, Bartosz Golaszewski <bartekgola at gmail.com> wrote: > Busybox has neither the shuf applet nor sort -R option for generating > random permutations. This patch proposes to add a simple shuf implementation > using the Fisher-Yates shuffle algorithm. Applied with some size reductions. Thanks.