mathrandom.lua 73 B

12345
  1. for f=1,50,1 do
  2. print(math.floor((math.random(65535))/256))
  3. end