UNPKG

@stdlib/random-streams-f-cli

Version:

Create a readable stream for generating pseudorandom numbers drawn from an F distribution.

16 lines (11 loc) 615 B
Usage: random-f [options] <d1> <d2> Options: -h, --help Print this message. -V, --version Print the package version. --sep sep Separator used to join streamed data. Default: '\n'. -n, --iter iterations Number of pseudorandom numbers. --seed seed Pseudorandom number generator seed. --state filepath Path to a file containing the pseudorandom number generator state. --snapshot filepath Output file path for saving the pseudorandom number generator state upon exit.