Algorithm-RandomPointGenerator

 view release on metacpan or  search on metacpan

examples/README  view on Meta::CPAN


                             The "examples" directory
                            ========================

Probably the most useful item in this directory is the command-line script

    genRand2D 

that can be called simply with two arguments for generating a set of random
points.  A call to this script looks like

    genRand2D --histfile  your_histogram_file.csv --bbfile  your_bounding_box_file.csv

where the `--histfile' option supplies the name of the file that contains the 2D
input histogram and the `--bbfile' option the name of the file that defines the
relevant bounding box in the XY-plane.  You can also execute the command line

    genRand2D  --help

for displaying information as to what is required by the two options for the

lib/Algorithm/RandomPointGenerator.pm  view on Meta::CPAN


Useful for debugging purposes, it displays in the terminal window a two dimensional
array of numbers that is the histogram of the random points generated by the module.

=back

=head1 THE C<examples> DIRECTORY

Probably the most useful item in the C<examples> directory is the command-line script
C<genRand2D> that can be called simply with two arguments for generating a set of
random points.  A call to this script looks like

    genRand2D  --histfile  your_histogram_file.csv  --bbfile  your_bounding_box_file.csv

where the C<--histfile> option supplies the name of the file that contains a 2D input
histogram and the C<--bbfile> option the name of the file that defines the bounding
box in the XY-plane.  You can also execute the command line

    genRand2D  --help

for displaying information as to what is required by the two options for the



( run in 0.290 second using v1.01-cache-2.11-cpan-64827b87656 )