time-to-botec

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

usage.txt (624B)


      1 
      2 Usage: random-gamma [options] <alpha> <beta>
      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        --seed seed          Pseudorandom number generator seed.
     11        --state filepath     Path to a file containing the pseudorandom number
     12                             generator state.
     13        --snapshot filepath  Output file path for saving the pseudorandom number
     14                             generator state upon exit.
     15