Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Random-numbers/Lua/random-numbers.lua
Normal file
4
Task/Random-numbers/Lua/random-numbers.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
local list = {}
|
||||
for i = 1, 1000 do
|
||||
list[i] = 1 + math.sqrt(-2 * math.log(math.random())) * math.cos(2 * math.pi * math.random()) / 2
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue