App-t1generate

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for App-t1generate

0.24    2018-07-05
        Small change on showing secondary information.

0.23    2018-07-03 
        First version, released on an unsuspecting world.
        The program was copied from "scripts/cauchydist" of CLI::Coin::Toss
        and attached POD manual.

META.json  view on Meta::CPAN

      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0"
         }
      }
   },
   "provides" : {
      "App::t1generate" : {
         "file" : "lib/App/t1generate.pm",
         "version" : "0.24"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://www.gnu.org/licenses/gpl-3.0.txt"
      ]
   },
   "version" : "0.24",
   "x_serialization_backend" : "JSON::PP version 2.97001"
}

META.yml  view on Meta::CPAN

dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: gpl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-t1generate
provides:
  App::t1generate:
    file: lib/App/t1generate.pm
    version: '0.24'
resources:
  license: http://www.gnu.org/licenses/gpl-3.0.txt
version: '0.24'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

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

use 5.006;
use strict;
use warnings;

=head1 NAME

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

=head1 VERSION

Version 0.24

=cut

our $VERSION = '0.24';


=head1 SYNOPSIS

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

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

=head1 DESCRIPTION



( run in 0.680 second using v1.01-cache-2.11-cpan-7add2cbd662 )