Eliminated the stupid offset bug in interleaving. Hail to to the unit test.

This commit is contained in:
Sascha L. Teichmann
2014-09-07 10:46:51 +02:00
parent 45ec5ccd3e
commit 8d4f73429f
2 changed files with 6 additions and 6 deletions

View File

@ -181,7 +181,7 @@ func outsiders(zmin, zmax int64, fn func(int64)) {
}
func TestBigMin(t *testing.T) {
const tries = 10
const tries = 20
for i := 0; i < tries; i++ {
x1 := rand.Intn(4000) - 2000
y1 := rand.Intn(4000) - 2000