sequence s = repeat("x",3*rand(3))
?s
s[rand(length(s))] = 5
s[rand(length(s))] &= 'y'
s[rand(length(s))] = s