VarRandom/ogoldobina
VarRandom/rt2122
f1from random import randintf1from random import randint
2from itertools import cycle2from itertools import cycle
33
4def randomes(seq):4def randomes(seq):
t5    for (b, e) in cycle((tuple(e) for e in seq)):t5    for (st, en) in cycle(map(tuple, seq)):
6        yield randint(b, e)6        yield randint(st, en)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op