fs: update use of math/rand to modern practice
This commit is contained in:
@@ -31,7 +31,7 @@ var (
|
||||
|
||||
// Seed the random number generator
|
||||
func init() {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
_ = random.Seed()
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user