math.random.uniform
Syntax
Get a uniform random number, or a list of multiple random numbers.
These values will fall in the range [0.0,1.0].
If an integer argument i is given, then the return value will be a list of i random numbers. Otherwise the return value will be a single random value.
a - A single uniform random number, or a list of i uniform random numbers.
i - An option integer indicating the the number of random values to generate.
math.random.gauss
math.round
9.0.175