Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: A bad shuffle

by tlm (Prior)
on Mar 20, 2005 at 23:04 UTC ( [id://441071]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub shuffle_2 {
      my @in = @_;
    ...
      push @out, @in;
      @out;
    }
    
  2. or download this
                Rate shuffle_2   shuffle
    shuffle_2 5856/s        --       -5%
    shuffle   6140/s        5%        --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-04-23 08:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found