remove deprecated rand.Seed calls

This commit is contained in:
ionutboangiu
2024-08-29 11:51:52 +03:00
committed by Dan Christian Bogos
parent 3187bca82e
commit ede004bc44
3 changed files with 0 additions and 7 deletions

View File

@@ -66,7 +66,6 @@ var (
func init() {
startCGRateSTime = time.Now()
math_rand.Seed(startCGRateSTime.UnixNano())
boolGenerator = newBoolGen()
}