Home | History | Annotate | Download | only in python2.7

Lines Matching refs:jumpahead

35   jumpahead(n) are weakened to simply jump to another distant state and rely
55 "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
77 a different instance of Random for each thread, and using the jumpahead()
83 methods: random(), seed(), getstate(), setstate() and jumpahead().
145 def jumpahead(self, n):
150 # The super.jumpahead() method uses shuffling to change state,
155 super(Random, self).jumpahead(n)
729 def jumpahead(self, n):
738 r2.jumpahead(1000000)
824 seed = jumpahead = _stub
900 jumpahead = _inst.jumpahead