I have the array "array1 = {1, 2, 3}", and I'd like to pull a random variable from the table. math.random seems to give me the same sequence of numbers, constantly, rather than being random. Any idea how to make it truly random?
array1[math.random(1, #array1)]