summaryrefslogtreecommitdiffstats
path: root/Doc/library/random.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/random.rst')
-rw-r--r--Doc/library/random.rst1
1 files changed, 1 insertions, 0 deletions
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 @@ change across Python versions, but two aspects are guaranteed not to change:
* 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
====================