This commit is contained in:
Raymond Hettinger 2016-11-21 15:32:26 -08:00
commit e205f8b29e

View file

@ -629,7 +629,7 @@ def test_randrange_bug_1590891(self):
def test_choices_algorithms(self):
# The various ways of specifying weights should produce the same results
choices = self.gen.choices
n = 13132817
n = 104729
self.gen.seed(8675309)
a = self.gen.choices(range(n), k=10000)