Mention itertools.accumulate().
diff --git a/Doc/library/random.rst b/Doc/library/random.rst
index ba369e1..33ab5e5 100644
--- a/Doc/library/random.rst
+++ b/Doc/library/random.rst
@@ -274,6 +274,7 @@
 * The generator's :meth:`random` method will continue to produce the same
   sequence when the compatible seeder is given the same seed.
 
+.. _random-examples:
 
 Examples and Recipes
 ====================