Browse Source

Remove TODO

Olivier Marty 8 years ago
parent
commit
05994a072a
1 changed files with 0 additions and 1 deletions
  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()%_