io.write("math.random: ",math.random,"\n")io.write("math.random(10): ",math.random(10),"\n")io.write("math.random(5,100): ",math.random(5,100),"\n")math.randomseed(os.time)
print(string.format("Pi = %.10f",math.pi))
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/robingan7/sometest".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.