Help for this page

Select Code to Download


  1. or download this
     use Algorithm::Numerical::Shuffle qw /shuffle/;
     @shuffled = shuffle (1..100);
    
  2. or download this
     @shuffled = shuffle (3,7,19,1000,44);