App-t2generate

 view release on metacpan or  search on metacpan

lib/App/t2generate.pm  view on Meta::CPAN

package App::t2generate;

use 5.006;
use strict;
use warnings;

=head1 NAME

App::t2generate - The generator of random numbers obeying the Cauchy distribution (t distribution with df = 2).

=head1 VERSION

Version 0.24

=cut

our $VERSION = '0.24';


=head1 SYNOPSIS

t2generate [B<-g> how_many] [B<-s> seed] [B<-.> digits] [B<-1>]

t2generate [B<--help> [ja] ] [B<--version>] 

=head1 DESCRIPTION

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

=head1 OPTION

=over 4

=item B<-g> N 

The number of variables to be generated.

=item B<-s> N

Random seed specification.

=item B<-.> N

Digits after decimal points in the output.

=item B<-1> 

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

=item B<--help> 

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

=item B<--help ja>

Shows Japanese online help manual. 

=item B<--version> 

Shows the version information of this program.

=back 

=head1 HISTORY

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


=head1 AUTHOR

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

=head1 BUGS

Please report any bugs or feature requests to C<bug-app-t2generate at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-t2generate>.  I will be notified, and then you'll



( run in 1.695 second using v1.01-cache-2.11-cpan-39bf76dae61 )