math/rand => math/rand/v2

This commit is contained in:
chrislu
2024-08-29 09:52:21 -07:00
parent ded5e084ea
commit a4b25a642d
15 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
package topology
import (
"math/rand"
"math/rand/v2"
"time"
"github.com/seaweedfs/seaweedfs/weed/stats"