Module:Sandbox/robingan7/sometest

Revision as of 06:43, 6 November 2018 by imported>Robingan7 (Created page with '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.r...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/robingan7/sometest/doc

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))