Fix #13384. Remove __future__ import in 3.x code.
diff --git a/Misc/NEWS b/Misc/NEWS
index 24840b1..b1710d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,8 @@
 Library
 -------
 
+- Issue #13384: Remove unnecessary __future__ import in Lib/random.py
+
 - Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
   when called with a timeout.  Patch by Arnaud Ysmal.