library: math/rand

This commit is contained in:
xushiwei
2024-07-30 21:41:26 +08:00
parent e7d959da90
commit cacd52f81d
13 changed files with 1342 additions and 19 deletions

View File

@@ -270,6 +270,7 @@ Here are the Go packages that can be imported correctly:
* [math](https://pkg.go.dev/math)
* [math/bits](https://pkg.go.dev/math/bits)
* [math/cmplx](https://pkg.go.dev/math/cmplx)
* [math/rand](https://pkg.go.dev/math/rand)
* [errors](https://pkg.go.dev/errors)
* [context](https://pkg.go.dev/context)
* [io](https://pkg.go.dev/io)