Commit 78aba8e
committed
fixed shuffle call to obey array boundaries
shuffle accesses array at index n+1, so the passed n should be i-2 like a few lines above1 parent db5a4d1 commit 78aba8e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments