[code]
math.randomseed(os.time())
for i=1, 5 do
print(math.random())
end

[/code]