Olivier Marty před 8 roky
rodič
revize
05994a072a
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/permutation.cpp

+ 0 - 1
src/permutation.cpp

@@ -18,7 +18,6 @@ void permutation::transpose(int i, int j) {
   std::swap(sigma[i], sigma[j]);
 }
 
-// TODO rapport : dire qu'on garde l'invariant pi[0] = 0
 void permutation::random() {
   // Knuth Fisher Yates shuffle
   // there is a bias due to the use of rand()%_