From 63aea704bd28e394d783318212f07ceb4f96c70c Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 22 Jun 2025 12:55:13 -0400 Subject: [PATCH] Change math random --- util.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util.go b/util.go index c17bd5a..fa6a57f 100644 --- a/util.go +++ b/util.go @@ -11,10 +11,11 @@ import ( "strings" "time" + "math/rand" + "github.com/fosrl/newt/logger" "github.com/fosrl/newt/proxy" "github.com/fosrl/newt/websocket" - "golang.org/x/exp/rand" "golang.org/x/net/icmp" "golang.org/x/net/ipv4" "golang.zx2c4.com/wireguard/device"