VarRandom/aartur
VarRandom/FrBrGeorge
tt1"""
2"""
1import itertools3import itertools
2import random4import random
35
4def randomes(seq):6def randomes(seq):
5    L = ((a, b) for (a, b) in seq)7    L = ((a, b) for (a, b) in seq)
6    for (a, b) in itertools.cycle(L):8    for (a, b) in itertools.cycle(L):
7        yield random.randint(a, b)9        yield random.randint(a, b)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op