Rand(Array Size) returns an array of Array Size filled with random numbers between 0 and 32767.
RandNormal(Center, Sigma, Array Size) returns an array of Array Size filled with random numbers normally distributed around Center with the given sigma value.
RandUniform(Bottom, Top, Array Size) returns an array of Array Size filled with random numbers evenly distributed between Bottom and Top.