瀏覽代碼

Remove TODO

Olivier Marty 8 年之前
父節點
當前提交
05994a072a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()%_