Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Fisher-Yates theory... does this prove that it is invalid?

by jsprat (Curate)
on Jul 25, 2003 at 01:51 UTC ( [id://277772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    for (sort {$results{$b} <=> $results{$a}} keys %results) {
        printf "%10d %s\n", $results{$_}, $_;
    }
    
  2. or download this
       1 4321
       1 2143
       1 4123
    ...
       1 4132
       1 1234
       1 2341
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-24 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found