summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/14777.compatibility.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/14777.compatibility.rst b/doc/release/upcoming_changes/14777.compatibility.rst
new file mode 100644
index 000000000..d594463de
--- /dev/null
+++ b/doc/release/upcoming_changes/14777.compatibility.rst
@@ -0,0 +1,5 @@
+Changed random variate stream from `numpy.random.Generator.integers`
+--------------------------------------------------------------------
+There was a bug in `numpy.random.Generator.integers` that caused biased
+sampling of 8 and 16 bit integer types. Fixing that bug has changed the
+output stream from what it was in previous releases.