Help for this page

Select Code to Download


  1. or download this
    splice @array, 0, 0, splice(@array, rand @array);
    
  2. or download this
    unshift @array, splice @array, rand @array;