usage.txt (621B)
1 2 Usage: random-logistic [options] <mu> <s> 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