# Functions
Random generates a random int between min and max, inclusive.
RandomInt picks a random element in the slice of ints.
RandomString picks a random element in the slice of string.
UniqueId returns a unique (ish) id we can attach to resources and tfstate files so they don't conflict with each other Uses base 62 to generate a 6 character string that's unlikely to collide with the handful of tests we run in parallel.