time-to-botec

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

usage.txt (721B)


      1 
      2 Usage: random-randi [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        --name name          Pseudorandom number generator name. Default:
     11                             'mt19937'.
     12        --seed seed          Pseudorandom number generator seed.
     13        --state filepath     Path to a file containing the pseudorandom number
     14                             generator state.
     15        --snapshot filepath  Output file path for saving the pseudorandom number
     16                             generator state upon exit.
     17