Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Help with Histograms

by cmr72 (Initiate)
on Aug 28, 2012 at 22:43 UTC ( [id://990347]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict ;
    ...
      my $random_number = int(rand($range)) - $max/2;
      print "$random_number \n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict ;
    ...
        $min = $i ;
      }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://990347]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found