Ens torna un valor sencer aleatori entre 0 i max-1.
max Nombre sencer.
max
function init() mode(2) end function update() cls() for y=0,14 do for x=0,19 do locate(x,y) color(rnd(16),rnd(16)) print(chr(rnd(256))) end end end
Deleting the wiki page "rnd" cannot be undone. Continue?