local appluck = 1
local ev = 1
local ae = 1
local min = 1
local max = 1
local r1 = ((1/(math.random(1, 1)/3)/appluck)/ev)
local r2 = ((1/(math.random(1, 1)/9)/appluck)/ev)

local n1 = math.random(1, r1)
local n2 = math.random(1, r2)


print(math.random(min, max))

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: