]> Cypherpunks repositories - gostls13.git/commit
math/rand/v2: add Uint
authorRuss Cox <rsc@golang.org>
Mon, 6 May 2024 13:05:24 +0000 (09:05 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 May 2024 18:03:11 +0000 (18:03 +0000)
commit9c4849bf20e0f9d4c878318bd358b0911a9fb122
tree52d64eb89e9472d8b659dbab8a8f642f87d4b3e5
parent27ed85d4d1702e868730ab6ea2ad6326988c615c
math/rand/v2: add Uint

Uint was part of the approved proposal but was inadvertently left
out of Go 1.22. Add for Go 1.23.

Change-Id: Ifaf24447bd70c8524c2fd299eefdf4aa29e49e66
Reviewed-on: https://go-review.googlesource.com/c/go/+/583455
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
api/next/61716.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/math/rand/v2/61716.md [new file with mode: 0644]
src/math/rand/v2/rand.go
src/math/rand/v2/regress_test.go