Help for this page

Select Code to Download


  1. or download this
    $firstrandom = $list1[rand @list1];
    push @list2, $firstrandom;
    ...
      };
    };
    
  2. or download this
    # fisher_yates_shuffle( \@array ) : generate a random permutation
    # of @array in place
    ...
    }
    
    fisher_yates_shuffle( \@array );    # permutes @array in place