Files
containernetworking-plugins/vendor/github.com/d2g/dhcp4client/init.go
2017-05-09 22:45:44 -05:00

11 lines
100 B
Go

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