diff --git a/Utils/Random/ArrayRandomize.php b/Utils/Random/ArrayRandomize.php deleted file mode 100644 index ba0249388..000000000 --- a/Utils/Random/ArrayRandomize.php +++ /dev/null @@ -1,30 +0,0 @@ - 0; $i--){ - $rnd = mt_rand(0, $i); - $shuffled[$i] = $arr[$rnd]; - $shuffled[$rand] = $arr[$i]; - } - - return $shuffled; - } -} \ No newline at end of file diff --git a/Utils/Random/LinearCongruentialGenerator.php b/Utils/Random/LinearCongruentialGenerator.php deleted file mode 100644 index 84756d208..000000000 --- a/Utils/Random/LinearCongruentialGenerator.php +++ /dev/null @@ -1,17 +0,0 @@ -> 16; - }; - } -} \ No newline at end of file