Fix random seed

This commit is contained in:
世界
2022-09-27 20:29:17 +08:00
parent 1b44faed17
commit 1e510511ae
2 changed files with 3 additions and 2 deletions

View File

@@ -9,10 +9,11 @@ import (
"time"
B "github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/random"
)
func init() {
rand.Seed(time.Now().Unix())
random.InitializeSeed()
}
const (