]> Cypherpunks repositories - gostls13.git/commitdiff
math/rand/v2: use a doc link for crypto/rand
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 11 Feb 2024 21:40:26 +0000 (21:40 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 19 Feb 2024 08:55:25 +0000 (08:55 +0000)
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 <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/math/rand/v2/rand.go

index f490408472bada0efaf14b604ca5bd8b854a87f1..17e55830c8f2df7318ed7196869cc031f61a8736 100644 (file)
@@ -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 (