Removed commented-out old rand source initialization

This commit is contained in:
Seednode 2023-02-04 23:47:09 -06:00
parent 69c4ccfc97
commit d2794c721f
1 changed files with 0 additions and 2 deletions

View File

@ -620,8 +620,6 @@ func ServePage(args []string) error {
units: regexp.MustCompile(`^[0-9]+(ns|us|µs|ms|s|m|h)$`), units: regexp.MustCompile(`^[0-9]+(ns|us|µs|ms|s|m|h)$`),
} }
//NewRand(NewSource(time.Now().UnixNano()))
rand.New(rand.NewSource(time.Now().UnixNano())) rand.New(rand.NewSource(time.Now().UnixNano()))
index := &Index{ index := &Index{