We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6536f78 + 88cdd84 commit 5417057Copy full SHA for 5417057
libvirt/utils_net.go
@@ -19,6 +19,7 @@ const (
19
// with libvirt prefix
20
func randomMACAddress() (string, error) {
21
buf := make([]byte, 3)
22
+ rand.Seed(time.Now().UnixNano())
23
_, err := rand.Read(buf)
24
if err != nil {
25
return "", err
0 commit comments