Skip to content

egravert/shufl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shufl

shufl generates random permutations similar to the GNU coreutils shuf command. shufl can be used to generate a random sequence of number or randomize a sequence of inputs.

Usage

Usage of shufl:
  -e, --echo                treat each ARG as an input line
  -n, --head-count int      Output at most COUNT lines
  -i, --input-range LO-HI   treat each number LO through HI as an input line (default 0-0)
  -o, --output string       write result to FILE instead of standard output

About

Generate random permutations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages