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

NAME

App::horsekicks - The great new App::horsekicks!

VERSION

Version 0.13

VERSION

0.13 (2018-07-03)

SYNOPSIS

horsekicks [-m mean] [-g how_many] [-s seed] [-1]

horsekicks [--help [ja] ] [--version]

DESCRIPTION

Generates Poisson random numbers (random variables obeying a Poisson distribution).

OPTION

-g N

How many random numbers you want in an integer number. "Inf" can be specified. Default value: 8.

-m N

The population mean (average). Default value: 1.0

-s N

Random seed. The residual divided by 2*32 is essential.

-1

No secondary information such as random seed on STDERR.

--help

Help message similar appeared here.

--help ja

Japanese manual of this program is shown.

--version

The version information of this program is displayed.

REMARKS

The calculation time costs proportional to the specified population mean. And the population mean should be less than 700 because the internal calculation by this program causes exp(-750) = 0 .

HISTORY

This program has been made since 2016-07-14 (Wed) as a part of TSV hacking toolset for table data.

AUTHOR

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

BUGS

Please report any bugs or feature requests to bug-app-horsekicks at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-horsekicks. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc App::horsekicks

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2018 "Toshiyuki Shimono".

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.