From: Daniel Martí Date: Sun, 11 Feb 2024 21:40:26 +0000 (+0000) Subject: math/rand/v2: use a doc link for crypto/rand X-Git-Tag: go1.23rc1~1205 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5c92f43c51e9313504ff86bec9b0cd0e5eb1c1bc;p=gostls13.git math/rand/v2: use a doc link for crypto/rand It's easier to go look at its documentation when there's a link. Change-Id: Iad6c1aa1a3f4b9127dc526b4db473239329780d6 Reviewed-on: https://go-review.googlesource.com/c/go/+/563255 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Than McIntosh --- diff --git a/src/math/rand/v2/rand.go b/src/math/rand/v2/rand.go index f490408472..17e55830c8 100644 --- a/src/math/rand/v2/rand.go +++ b/src/math/rand/v2/rand.go @@ -14,7 +14,7 @@ // // This package's outputs might be easily predictable regardless of how it's // seeded. For random numbers suitable for security-sensitive work, see the -// crypto/rand package. +// [crypto/rand] package. package rand import (