Mention itertools.accumulate().

This commit is contained in:
Raymond Hettinger 2010-12-04 23:42:12 +00:00
parent 6f04adc54b
commit 6e35394ed5
2 changed files with 19 additions and 1 deletions

View file

@ -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
====================