mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
remove deprecated rand.Seed calls
This commit is contained in:
committed by
Dan Christian Bogos
parent
3187bca82e
commit
ede004bc44
@@ -66,7 +66,6 @@ var (
|
||||
|
||||
func init() {
|
||||
startCGRateSTime = time.Now()
|
||||
math_rand.Seed(startCGRateSTime.UnixNano())
|
||||
boolGenerator = newBoolGen()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user