commit | 6e35394ed5f01bd7b06a3366cadaeb8f765851ef | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Dec 04 23:42:12 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Dec 04 23:42:12 2010 +0000 |
tree | 1bc948ae4bd739d65f2ece8d83015222eae6a43d | |
parent | 6f04adc54b224eae6be563413ddb995e25c3eb22 [diff] |
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 ====================