From 0abc5ec452c2b9e3f2e802d67a873346e6cf59a7 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Wed, 31 Jul 2024 10:30:04 +0800 Subject: [PATCH] README: crypto/rand --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 514e7d10..f004731b 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ Here are the Go packages that can be imported correctly: * [hash/crc32](https://pkg.go.dev/hash/crc32) (partially) * [hash/crc64](https://pkg.go.dev/hash/crc64) * [crypto/md5](https://pkg.go.dev/crypto/md5) +* [crypto/rand](https://pkg.go.dev/crypto/rand) (partially) * [regexp](https://pkg.go.dev/regexp) * [regexp/syntax](https://pkg.go.dev/regexp/syntax)