time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

usage.txt (699B)


      1 
      2 Usage: random-minstd-shuffle [options]
      3 
      4 Options:
      5 
      6   -h,  --help               Print this message.
      7   -V,  --version            Print the package version.
      8        --sep sep            Separator used to join streamed data. Default: '\n'.
      9   -n,  --iter iterations    Number of pseudorandom numbers.
     10        --normalized         Generate pseudorandom numbers on the interval [0,1).
     11        --seed seed          Pseudorandom number generator seed.
     12        --state filepath     Path to a file containing the pseudorandom number
     13                             generator state.
     14        --snapshot filepath  Output file path for saving the pseudorandom number
     15                             generator state upon exit.
     16