diff --git a/pkg/packet/rtr/rtr_test.go b/pkg/packet/rtr/rtr_test.go index 08f930b21..c7772d7ac 100644 --- a/pkg/packet/rtr/rtr_test.go +++ b/pkg/packet/rtr/rtr_test.go @@ -38,7 +38,6 @@ func verifyRTRMessage(t *testing.T, m1 RTRMessage) { } func randUint32() uint32 { - rand.Seed(time.Now().UnixNano()) return rand.Uint32() }