Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: The statistics of hashing.

by tobyink (Canon)
on Apr 01, 2012 at 09:13 UTC ( [id://962866]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $p = 1 - ( factorial($n) * c(2**32, $n) / 365**$n )
    
  2. or download this
      sub e () { 2.718281828 }
      my $t = ($n**2) / (2**33);
      $p = 1 - ( e ** -$t );
    
  3. or download this
      $n = sqrt(20 * (2 ** 33));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found