Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Answer: How do I shuffle an array?

by jdhedden (Deacon)
on Dec 05, 2006 at 17:05 UTC ( [id://587915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Math::Random::MT::Auto 'shuffle';
    
      my @cards = 0..51;
      shuffle(\@cards);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-28 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found