Not Random by pooq

n=as.numeric
x=scan("stdin","",sep=",")
a=n(x[1])
for(i in 1:n(x[2]))cat(sprintf("%*s%s
",a<-(a*8)%%13,"",x[3]))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page