Skip to content

Commit 5c92f43

Browse files
committed
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Than McIntosh <[email protected]>
1 parent 35fa852 commit 5c92f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/rand/v2/rand.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
// This package's outputs might be easily predictable regardless of how it's
1616
// seeded. For random numbers suitable for security-sensitive work, see the
17-
// crypto/rand package.
17+
// [crypto/rand] package.
1818
package rand
1919

2020
import (

0 commit comments

Comments
 (0)