diff --git a/rand_test.go b/rand_test.go index 63d49f1..44c4bb3 100644 --- a/rand_test.go +++ b/rand_test.go @@ -69,7 +69,7 @@ func TestRandomGeneratorCollision(t *testing.T) { }, } - const N = 1000 + const N = 100 const iteration = 100 for name, testCase := range testCases {