aboutsummaryrefslogtreecommitdiff
path: root/doc/next
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-05-06 09:05:24 -0400
committerRuss Cox <rsc@golang.org>2024-05-07 18:03:11 +0000
commit9c4849bf20e0f9d4c878318bd358b0911a9fb122 (patch)
tree52d64eb89e9472d8b659dbab8a8f642f87d4b3e5 /doc/next
parent27ed85d4d1702e868730ab6ea2ad6326988c615c (diff)
downloadgo-9c4849bf20e0f9d4c878318bd358b0911a9fb122.tar.gz
go-9c4849bf20e0f9d4c878318bd358b0911a9fb122.zip
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>
Diffstat (limited to 'doc/next')
-rw-r--r--doc/next/6-stdlib/99-minor/math/rand/v2/61716.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/math/rand/v2/61716.md b/doc/next/6-stdlib/99-minor/math/rand/v2/61716.md
new file mode 100644
index 0000000000..68ff614ee5
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/math/rand/v2/61716.md
@@ -0,0 +1,2 @@
+The [Uint] function and [Rand.Uint] method have been added.
+They were inadvertently left out of Go 1.22.