2016-03-16 08:38:20 -07:00

11 lines
100 B
Go

package dhcp4client
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().Unix())
}