Works here but you didn't have to type in all those binary numbers.
sync on : sync rate 10
do
if loops < 31 then inc loops, 1
pick1 = ((rnd(32768)+32765) * (rnd(32768)+32765))
pick2 = ((rnd(32768)+32765) * (rnd(32768)+32765))
print right$(bin$(pick1),32),right$(bin$(pick2),32)
if loops > 30 then sync
loop
could have let the computer do it for you.
There may even be an easier way than this.
You could even modify it to make certain characters flash like in the matrix
[edit] of course that would be more than 20 lines probably. or they would be too long to read