diff -r e4d45315c38c Doc/library/random.rst --- a/Doc/library/random.rst Wed Sep 04 19:02:49 2013 +0200 +++ b/Doc/library/random.rst Wed Sep 04 13:58:40 2013 -0700 @@ -128,10 +128,6 @@ 0-argument function returning a random float in [0.0, 1.0); by default, this is the function :func:`random`. - Note that for even rather small ``len(x)``, the total number of permutations of - *x* is larger than the period of most random number generators; this implies - that most permutations of a long sequence can never be generated. - .. function:: sample(population, k)