VarRandom/artnitolog
VarRandom/sevmaxclever
f1from random import randintf1from random import randint
2from itertools import cycle2from itertools import cycle
33
4def randomes(seq):4def randomes(seq):
t5    seq = [tuple(ab) for ab in seq]t5    seq = (tuple(i) for i in seq)
6    for (a, b) in cycle(seq):6    for (a, b) in cycle(seq):
7        yield randint(a, b)7        yield randint(a, b)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op