Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyt3x committed May 24, 2015
1 parent 2ced284 commit 5cb4ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utilities/types/integerarrays.simba
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ var
i: Integer;
begin
for i := (length(self) - 1) downto 0 do
system.swap(i, random(i + 1));
system.swap(self[i], self[random(i + 1)]);
end;

{$f+}

0 comments on commit 5cb4ffc

Please sign in to comment.