Seed random number generator

This commit is contained in:
David Zhao
2021-06-03 11:38:45 -07:00
parent 474d7d7a54
commit 855217bd1c

View File

@@ -24,6 +24,10 @@ import (
"github.com/livekit/protocol/auth"
)
func init() {
rand.Seed(time.Now().Unix())
}
func main() {
app := &cli.App{
Name: "livekit-server",