diff options
| author | Daniel Martà <mvdan@mvdan.cc> | 2024-02-11 21:40:26 +0000 |
|---|---|---|
| committer | Daniel Martà <mvdan@mvdan.cc> | 2024-02-19 08:55:25 +0000 |
| commit | 5c92f43c51e9313504ff86bec9b0cd0e5eb1c1bc (patch) | |
| tree | dfad95c97aef88412b1ac5ee5402a5f94778b3bf /src/math | |
| parent | 35fa852d6dda69ce367e449fff78b3fc09834c97 (diff) | |
| download | go-5c92f43c51e9313504ff86bec9b0cd0e5eb1c1bc.tar.xz | |
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 <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/rand/v2/rand.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
