]> granicus.if.org Git - python/commit
Issue 9816: Random.jumpahead(n) didn't work well for small values of n.
authorRaymond Hettinger <python@rcn.com>
Fri, 10 Sep 2010 10:47:22 +0000 (10:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 10 Sep 2010 10:47:22 +0000 (10:47 +0000)
commitffd2a4215a0bfe82f48ff71381bbfce8552f5f0c
tree74cfadca537a186e8564511bca62c81b694434c1
parentd55ffdbee38ba9693a2d3346318ef51b5840ea65
Issue 9816:  Random.jumpahead(n) didn't work well for small values of n.
Lib/random.py
Lib/test/test_random.py
Misc/NEWS