Help for this page

Select Code to Download


  1. or download this
    #include <stdlib.h>
    void shuffle(int *array, size_t n) {
    ...
        }
      }
    }
    
  2. or download this
      for (i = 0; i < n; i++) {
        size_t j = rand()/(RAND_MAX / n);