local ae = {
"a",
"e",
"i",
"o",
"u"
}
local ranNum = math.random(1,5)
local rn2 = math.random(1,5)
local rn3 = math.random(1,5)
print(ae[ranNum]..""..ae[rn2]..""..ae[rn3])
To embed this project on your website, copy the following code and paste it into your website's HTML: