x/website: release notes for Go 1.22 mentions inexistent math/rand/v2.Uint() #66693
Labels
Documentation
Issues describing a change to documentation.
NeedsFix
The path to resolution is known, but the work has not been done.
website
Milestone
Go version
go version go1.22.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Read release notes at https://go.dev/doc/go1.22, highlights are mine:
What did you see happen?
Tried to use
math/rand/v2.Uint
, got a compilation error and realized it doesn't exist, and looking at the CLs that added math/rand/v2 it is possible it never existed, even tough it is mentioned in the original proposal.What did you expect to see?
Either the release notes are wrong or the new package is missing intended functionality.
The text was updated successfully, but these errors were encountered: