The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

t1generate

VERSION

0.23

SYNOPSIS

t1generate [-g how_many] [-s seed] [-. digits] [-1]

t1generate [--help [ja] ] [--version]

DESCRIPTION

Generates random variables obeying the Cauchy distribution (same to the t distribution with df = 1).

OPTION

-g N

The number of variables to be generated.

-s N

Random seed specification.

-. N

Digits after decimal points in the output.

-1

No secondary information such as seed and sums in the output.

--help

Print this online help manual of this command "t1generate". Similar to "perldoc `which [-t] t1generate` ".

--help ja

Shows Japanese online help manual.

--version

Shows the version information of this program.

HISTORY

This program has been made since 2016-08-16 (Tue) as a part of TSV hacking toolset for table data.

AUTHOR

"Toshiyuki Shimono", <bin4tsv at gmail.com>