rand seed

master^2
bel 2022-08-31 20:18:18 -06:00
parent 36c5577c83
commit e200f2a6eb
1 changed files with 2 additions and 0 deletions

View File

@ -9,11 +9,13 @@ import (
"log"
"math/rand"
"net/http"
"time"
"golang.org/x/time/rate"
)
func main() {
rand.Seed(time.Now().UnixNano())
var port int
var conf string
var proxy bool