Lua provides built-in support for generating random numbers via the math.random function.
math.random
Lua doesn’t include a round function out of the box unlike some other languages.
In Lua, you can represent complex numbers with tables.