summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/14501.improvement.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/upcoming_changes/14501.improvement.rst')
-rw-r--r--doc/release/upcoming_changes/14501.improvement.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/upcoming_changes/14501.improvement.rst b/doc/release/upcoming_changes/14501.improvement.rst
deleted file mode 100644
index f397ecccf..000000000
--- a/doc/release/upcoming_changes/14501.improvement.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-`numpy.random.randint` produced incorrect value when the range was ``2**32``
-----------------------------------------------------------------------------
-The implementation introduced in 1.17.0 had an incorrect check when
-determining whether to use the 32-bit path or the full 64-bit
-path that incorrectly redirected random integer generation with a high - low
-range of ``2**32`` to the 64-bit generator.